#C38B49

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

Shades of Tussock #C38B49

Tints of Tussock #C38B49

Color information

#C38B49 (or 0xC38B49) is unknown color: approx Tussock. HEX triplet: C3, 8B and 49. RGB value is (195,139,73). Sum of RGB (Red+Green+Blue) = 195+139+73=407 (53% of max value = 765). Red value is 195 (76.56% from 255 or 47.91% from 407); Green value is 139 (54.69% from 255 or 34.15% from 407); Blue value is 73 (28.91% from 255 or 17.94% from 407); Max value from RGB is 195 - color contains mainly: red. Hex color #C38B49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38B49 is #3C74B6. Grayscale: #949494. Windows color (decimal): -3962039 or 4819907. OLE color: 4819907.

HSL color Cylindrical-coordinate representation of color #C38B49: hue angle of 32.46º 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 #C38B49 is Cyan = 0, Magento = 0.29, Yellow = 0.63 and Black (K on CMYK) = 0.24.

Color convert

RGB19513973-
CMYK00.290.630.24
HSL32.46º50.41%52.55%-
HSV(B)32.46º62.56%76.47%-
XYZ32.9430.5510.46-
YUV148.2285.55161.37-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 47.91%
GREEN value IS 139 (54.69% from 255) = 34.15%
BLUE value IS 73 (28.91% from 255) = 17.94%
R=47.91%
G=34.15%
B=17.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.63
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951397300.290.630.2432.4650.4152.55
HexC38B4901D3F18203235
Octal3032131110357730406265
Binary1100001110001011100100101110111111111000100000110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38B49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38B49; }

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

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

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

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

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

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

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

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