#C38D4B

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

Shades of Tussock #C38D4B

Tints of Tussock #C38D4B

Color information

#C38D4B (or 0xC38D4B) is unknown color: approx Tussock. HEX triplet: C3, 8D and 4B. RGB value is (195,141,75). Sum of RGB (Red+Green+Blue) = 195+141+75=411 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.45% from 411); Green value is 141 (55.47% from 255 or 34.31% from 411); Blue value is 75 (29.69% from 255 or 18.25% from 411); Max value from RGB is 195 - color contains mainly: red. Hex color #C38D4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38D4B is #3C72B4. Grayscale: #959595. Windows color (decimal): -3961525 or 4951491. OLE color: 4951491.

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

Color convert

RGB19514175-
CMYK00.280.620.24
HSL33º50%52.94%-
HSV(B)33º61.54%76.47%-
XYZ33.331.1610.92-
YUV149.6285.89160.37-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 47.45%
GREEN value IS 141 (55.47% from 255) = 34.31%
BLUE value IS 75 (29.69% from 255) = 18.25%
R=47.45%
G=34.31%
B=18.25%

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
Decimal1951417500.280.620.24335052.94
HexC38D4B01C3E18213235
Octal3032151130347630416265
Binary1100001110001101100101101110011111011000100001110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38D4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38D4B; }

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

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

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

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

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

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

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

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