#C39548

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

Shades of Tussock #C39548

Tints of Tussock #C39548

Color information

#C39548 (or 0xC39548) is unknown color: approx Tussock. HEX triplet: C3, 95 and 48. RGB value is (195,149,72). Sum of RGB (Red+Green+Blue) = 195+149+72=416 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.88% from 416); Green value is 149 (58.59% from 255 or 35.82% from 416); Blue value is 72 (28.52% from 255 or 17.31% from 416); Max value from RGB is 195 - color contains mainly: red. Hex color #C39548 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C39548 is #3C6AB7. Grayscale: #9A9A9A. Windows color (decimal): -3959480 or 4756931. OLE color: 4756931.

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

Color convert

RGB19514972-
CMYK00.240.630.24
HSL37.56º50.62%52.35%-
HSV(B)37.56º63.08%76.47%-
XYZ34.4233.5610.8-
YUV153.9881.74157.26-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 46.88%
GREEN value IS 149 (58.59% from 255) = 35.82%
BLUE value IS 72 (28.52% from 255) = 17.31%
R=46.88%
G=35.82%
B=17.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.63
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951497200.240.630.2437.5650.6252.35
HexC395480183F18263334
Octal3032251100307730466364
Binary1100001110010101100100001100011111111000100110110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C39548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C39548; }

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

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

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

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

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

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

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

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