#C38849

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

Shades of Tussock #C38849

Tints of Tussock #C38849

Color information

#C38849 (or 0xC38849) is unknown color: approx Tussock. HEX triplet: C3, 88 and 49. RGB value is (195,136,73). Sum of RGB (Red+Green+Blue) = 195+136+73=404 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.27% from 404); Green value is 136 (53.52% from 255 or 33.66% from 404); Blue value is 73 (28.91% from 255 or 18.07% from 404); Max value from RGB is 195 - color contains mainly: red. Hex color #C38849 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38849 is #3C77B6. Grayscale: #929292. Windows color (decimal): -3962807 or 4819139. OLE color: 4819139.

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

Color convert

RGB19513673-
CMYK00.300.630.24
HSL30.98º50.41%52.55%-
HSV(B)30.98º62.56%76.47%-
XYZ32.5129.6910.32-
YUV146.4686.55162.62-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 48.27%
GREEN value IS 136 (53.52% from 255) = 33.66%
BLUE value IS 73 (28.91% from 255) = 18.07%
R=48.27%
G=33.66%
B=18.07%

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
Decimal1951367300.300.630.2430.9850.4152.55
HexC3884901E3F181f3235
Octal3032101110367730376265
Binary110000111000100010010010111101111111100011111110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38849; }

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

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

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

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

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

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

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

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