#C38D4A

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

Shades of Tussock #C38D4A

Tints of Tussock #C38D4A

Color information

#C38D4A (or 0xC38D4A) is unknown color: approx Tussock. HEX triplet: C3, 8D and 4A. RGB value is (195,141,74). Sum of RGB (Red+Green+Blue) = 195+141+74=410 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.56% from 410); Green value is 141 (55.47% from 255 or 34.39% from 410); Blue value is 74 (29.30% from 255 or 18.05% from 410); Max value from RGB is 195 - color contains mainly: red. Hex color #C38D4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38D4A is #3C72B5. Grayscale: #959595. Windows color (decimal): -3961526 or 4885955. OLE color: 4885955.

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

Color convert

RGB19514174-
CMYK00.280.620.24
HSL33.22º50.21%52.75%-
HSV(B)33.22º62.05%76.47%-
XYZ33.2731.1510.74-
YUV149.5185.39160.45-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 47.56%
GREEN value IS 141 (55.47% from 255) = 34.39%
BLUE value IS 74 (29.30% from 255) = 18.05%
R=47.56%
G=34.39%
B=18.05%

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
Decimal1951417400.280.620.2433.2250.2152.75
HexC38D4A01C3E18213235
Octal3032151120347630416265
Binary1100001110001101100101001110011111011000100001110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38D4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38D4A; }

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

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

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

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

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

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

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

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