#C38B4B

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

Shades of Tussock #C38B4B

Tints of Tussock #C38B4B

Color information

#C38B4B (or 0xC38B4B) is unknown color: approx Tussock. HEX triplet: C3, 8B and 4B. RGB value is (195,139,75). Sum of RGB (Red+Green+Blue) = 195+139+75=409 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.68% from 409); Green value is 139 (54.69% from 255 or 33.99% from 409); Blue value is 75 (29.69% from 255 or 18.34% from 409); Max value from RGB is 195 - color contains mainly: red. Hex color #C38B4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38B4B is #3C74B4. Grayscale: #949494. Windows color (decimal): -3962037 or 4950979. OLE color: 4950979.

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

Color convert

RGB19513975-
CMYK00.290.620.24
HSL32º50%52.94%-
HSV(B)32º61.54%76.47%-
XYZ33.0130.5810.82-
YUV148.4586.55161.2-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 47.68%
GREEN value IS 139 (54.69% from 255) = 33.99%
BLUE value IS 75 (29.69% from 255) = 18.34%
R=47.68%
G=33.99%
B=18.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.62
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951397500.290.620.24325052.94
HexC38B4B01D3E18203235
Octal3032131130357630406265
Binary1100001110001011100101101110111111011000100000110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38B4B; }

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

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

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

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

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

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

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

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