#C38C4A

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

Shades of Tussock #C38C4A

Tints of Tussock #C38C4A

Color information

#C38C4A (or 0xC38C4A) is unknown color: approx Tussock. HEX triplet: C3, 8C and 4A. RGB value is (195,140,74). Sum of RGB (Red+Green+Blue) = 195+140+74=409 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.68% from 409); Green value is 140 (55.08% from 255 or 34.23% from 409); Blue value is 74 (29.30% from 255 or 18.09% from 409); Max value from RGB is 195 - color contains mainly: red. Hex color #C38C4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38C4A is #3C73B5. Grayscale: #959595. Windows color (decimal): -3961782 or 4885699. OLE color: 4885699.

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

Color convert

RGB19514074-
CMYK00.280.620.24
HSL32.73º50.21%52.75%-
HSV(B)32.73º62.05%76.47%-
XYZ33.1230.8510.69-
YUV148.9285.72160.87-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 47.68%
GREEN value IS 140 (55.08% from 255) = 34.23%
BLUE value IS 74 (29.30% from 255) = 18.09%
R=47.68%
G=34.23%
B=18.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.62
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951407400.280.620.2432.7350.2152.75
HexC38C4A01C3E18213235
Octal3032141120347630416265
Binary1100001110001100100101001110011111011000100001110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38C4A; }

 p { color: rgb(195,140,74); }

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

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

 a { background-color: rgb(195,140,74); }

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

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

 span { border-color: rgb(195,140,74); }

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