#C39546

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

Shades of Tussock #C39546

Tints of Tussock #C39546

Color information

#C39546 (or 0xC39546) is unknown color: approx Tussock. HEX triplet: C3, 95 and 46. RGB value is (195,149,70). Sum of RGB (Red+Green+Blue) = 195+149+70=414 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.10% from 414); Green value is 149 (58.59% from 255 or 35.99% from 414); Blue value is 70 (27.73% from 255 or 16.91% from 414); Max value from RGB is 195 - color contains mainly: red. Hex color #C39546 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C39546 is #3C6AB9. Grayscale: #9A9A9A. Windows color (decimal): -3959482 or 4625859. OLE color: 4625859.

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

Color convert

RGB19514970-
CMYK00.240.640.24
HSL37.92º51.02%51.96%-
HSV(B)37.92º64.1%76.47%-
XYZ34.3633.5410.46-
YUV153.7580.74157.42-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 47.10%
GREEN value IS 149 (58.59% from 255) = 35.99%
BLUE value IS 70 (27.73% from 255) = 16.91%
R=47.10%
G=35.99%
B=16.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.64
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951497000.240.640.2437.9251.0251.96
HexC395460184018263334
Octal30322510603010030466364
Binary11000011100101011000110011000100000011000100110110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C39546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C39546; }

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

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

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

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

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

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

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

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