#C39256

Color #C39256 Twine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Twine #C39256

Tints of Twine #C39256

Color information

#C39256 (or 0xC39256) is unknown color: approx Twine. HEX triplet: C3, 92 and 56. RGB value is (195,146,86). Sum of RGB (Red+Green+Blue) = 195+146+86=427 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.67% from 427); Green value is 146 (57.42% from 255 or 34.19% from 427); Blue value is 86 (33.98% from 255 or 20.14% from 427); Max value from RGB is 195 - color contains mainly: red. Hex color #C39256 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C39256 is #3C6DA9. Grayscale: #9A9A9A. Windows color (decimal): -3960234 or 5673667. OLE color: 5673667.

HSL color Cylindrical-coordinate representation of color #C39256: hue angle of 33.03º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C39256 is Cyan = 0, Magento = 0.25, Yellow = 0.56 and Black (K on CMYK) = 0.24.

Color convert

RGB19514686-
CMYK00.250.560.24
HSL33.03º47.6%55.1%-
HSV(B)33.03º55.9%76.47%-
XYZ34.4632.8313.32-
YUV153.8189.73157.38-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 195 (76.56% from 255) = 45.67%
GREEN value IS 146 (57.42% from 255) = 34.19%
BLUE value IS 86 (33.98% from 255) = 20.14%
R=45.67%
G=34.19%
B=20.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.56
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951468600.250.560.2433.0347.655.1
HexC392560193818213037
Octal3032221260317030416067
Binary1100001110010010101011001100111100011000100001110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C39256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C39256; }

 p { color: rgb(195,146,86); }

 H1.HeaderClassName
 {
   color: #C39256;
 }
 .AnyTagClassName
 {
   color: #C39256;
 }
</style>
background-color css

<style>
 a { background-color: #C39256; }

 a { background-color: rgb(195,146,86); }

 div.DivClassName
 {
   background-color: #C39256;
 }
 .BgClassName
 {
   background-color: #C39256;
 }
</style>
border-color css

<style>
 span { border-color: #C39256; }

 span { border-color: rgb(195,146,86); }

 td.TdClassName
 {
   border-color: #C39256;
 }
 .TagClassName
 {
   border-color: #C39256;
 }
</style>