#C38C4B

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

Shades of Tussock #C38C4B

Tints of Tussock #C38C4B

Color information

#C38C4B (or 0xC38C4B) is unknown color: approx Tussock. HEX triplet: C3, 8C and 4B. RGB value is (195,140,75). Sum of RGB (Red+Green+Blue) = 195+140+75=410 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.56% from 410); Green value is 140 (55.08% from 255 or 34.15% from 410); Blue value is 75 (29.69% from 255 or 18.29% from 410); Max value from RGB is 195 - color contains mainly: red. Hex color #C38C4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38C4B is #3C73B4. Grayscale: #959595. Windows color (decimal): -3961781 or 4951235. OLE color: 4951235.

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

Color convert

RGB19514075-
CMYK00.280.620.24
HSL32.5º50%52.94%-
HSV(B)32.5º61.54%76.47%-
XYZ33.1530.8710.87-
YUV149.0486.22160.79-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 47.56%
GREEN value IS 140 (55.08% from 255) = 34.15%
BLUE value IS 75 (29.69% from 255) = 18.29%
R=47.56%
G=34.15%
B=18.29%

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
Decimal1951407500.280.620.2432.55052.94
HexC38C4B01C3E18213235
Octal3032141130347630416265
Binary1100001110001100100101101110011111011000100001110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38C4B; }

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

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

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

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

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

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

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

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