#C38D4C

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

Shades of Tussock #C38D4C

Tints of Tussock #C38D4C

Color information

#C38D4C (or 0xC38D4C) is unknown color: approx Tussock. HEX triplet: C3, 8D and 4C. RGB value is (195,141,76). Sum of RGB (Red+Green+Blue) = 195+141+76=412 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.33% from 412); Green value is 141 (55.47% from 255 or 34.22% from 412); Blue value is 76 (30.08% from 255 or 18.45% from 412); Max value from RGB is 195 - color contains mainly: red. Hex color #C38D4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38D4C is #3C72B3. Grayscale: #969696. Windows color (decimal): -3961524 or 5017027. OLE color: 5017027.

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

Color convert

RGB19514176-
CMYK00.280.610.24
HSL32.77º49.79%53.14%-
HSV(B)32.77º61.03%76.47%-
XYZ33.3431.1711.1-
YUV149.7486.39160.29-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 47.33%
GREEN value IS 141 (55.47% from 255) = 34.22%
BLUE value IS 76 (30.08% from 255) = 18.45%
R=47.33%
G=34.22%
B=18.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.61
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951417600.280.610.2432.7749.7953.14
HexC38D4C01C3D18213235
Octal3032151140347530416265
Binary1100001110001101100110001110011110111000100001110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38D4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38D4C; }

 p { color: rgb(195,141,76); }

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

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

 a { background-color: rgb(195,141,76); }

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

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

 span { border-color: rgb(195,141,76); }

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