#C38848

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

Shades of Tussock #C38848

Tints of Tussock #C38848

Color information

#C38848 (or 0xC38848) is unknown color: approx Tussock. HEX triplet: C3, 88 and 48. RGB value is (195,136,72). Sum of RGB (Red+Green+Blue) = 195+136+72=403 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.39% from 403); Green value is 136 (53.52% from 255 or 33.75% from 403); Blue value is 72 (28.52% from 255 or 17.87% from 403); Max value from RGB is 195 - color contains mainly: red. Hex color #C38848 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38848 is #3C77B7. Grayscale: #929292. Windows color (decimal): -3962808 or 4753603. OLE color: 4753603.

HSL color Cylindrical-coordinate representation of color #C38848: hue angle of 31.22º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C38848 is Cyan = 0, Magento = 0.30, Yellow = 0.63 and Black (K on CMYK) = 0.24.

Color convert

RGB19513672-
CMYK00.300.630.24
HSL31.22º50.62%52.35%-
HSV(B)31.22º63.08%76.47%-
XYZ32.4829.6810.15-
YUV146.3486.05162.7-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 48.39%
GREEN value IS 136 (53.52% from 255) = 33.75%
BLUE value IS 72 (28.52% from 255) = 17.87%
R=48.39%
G=33.75%
B=17.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.63
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951367200.300.630.2431.2250.6252.35
HexC3884801E3F181f3334
Octal3032101100367730376364
Binary110000111000100010010000111101111111100011111110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38848; }

 p { color: rgb(195,136,72); }

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

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

 a { background-color: rgb(195,136,72); }

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

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

 span { border-color: rgb(195,136,72); }

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