#C39B49

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

Shades of Tussock #C39B49

Tints of Tussock #C39B49

Color information

#C39B49 (or 0xC39B49) is unknown color: approx Tussock. HEX triplet: C3, 9B and 49. RGB value is (195,155,73). Sum of RGB (Red+Green+Blue) = 195+155+73=423 (56% of max value = 765). Red value is 195 (76.56% from 255 or 46.10% from 423); Green value is 155 (60.94% from 255 or 36.64% from 423); Blue value is 73 (28.91% from 255 or 17.26% from 423); Max value from RGB is 195 - color contains mainly: red. Hex color #C39B49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C39B49 is #3C64B6. Grayscale: #9D9D9D. Windows color (decimal): -3957943 or 4824003. OLE color: 4824003.

HSL color Cylindrical-coordinate representation of color #C39B49: hue angle of 40.33º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C39B49 is Cyan = 0, Magento = 0.21, Yellow = 0.63 and Black (K on CMYK) = 0.24.

Color convert

RGB19515573-
CMYK00.210.630.24
HSL40.33º50.41%52.55%-
HSV(B)40.33º62.56%76.47%-
XYZ35.4335.5311.29-
YUV157.6180.25154.67-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 46.10%
GREEN value IS 155 (60.94% from 255) = 36.64%
BLUE value IS 73 (28.91% from 255) = 17.26%
R=46.10%
G=36.64%
B=17.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.63
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951557300.210.630.2440.3350.4152.55
HexC39B490153F18283235
Octal3032331110257730506265
Binary1100001110011011100100101010111111111000101000110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C39B49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C39B49; }

 p { color: rgb(195,155,73); }

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

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

 a { background-color: rgb(195,155,73); }

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

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

 span { border-color: rgb(195,155,73); }

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