#C39248

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

Shades of Tussock #C39248

Tints of Tussock #C39248

Color information

#C39248 (or 0xC39248) is unknown color: approx Tussock. HEX triplet: C3, 92 and 48. RGB value is (195,146,72). Sum of RGB (Red+Green+Blue) = 195+146+72=413 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.22% from 413); Green value is 146 (57.42% from 255 or 35.35% from 413); Blue value is 72 (28.52% from 255 or 17.43% from 413); Max value from RGB is 195 - color contains mainly: red. Hex color #C39248 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C39248 is #3C6DB7. Grayscale: #989898. Windows color (decimal): -3960248 or 4756163. OLE color: 4756163.

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

Color convert

RGB19514672-
CMYK00.250.630.24
HSL36.1º50.62%52.35%-
HSV(B)36.1º63.08%76.47%-
XYZ33.9532.6310.64-
YUV152.2282.73158.52-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 47.22%
GREEN value IS 146 (57.42% from 255) = 35.35%
BLUE value IS 72 (28.52% from 255) = 17.43%
R=47.22%
G=35.35%
B=17.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.63
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951467200.250.630.2436.150.6252.35
HexC392480193F18243334
Octal3032221100317730446364
Binary1100001110010010100100001100111111111000100100110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C39248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C39248; }

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

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

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

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

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

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

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

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