#C39550

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

Shades of Tussock #C39550

Tints of Tussock #C39550

Color information

#C39550 (or 0xC39550) is unknown color: approx Tussock. HEX triplet: C3, 95 and 50. RGB value is (195,149,80). Sum of RGB (Red+Green+Blue) = 195+149+80=424 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.99% from 424); Green value is 149 (58.59% from 255 or 35.14% from 424); Blue value is 80 (31.64% from 255 or 18.87% from 424); Max value from RGB is 195 - color contains mainly: red. Hex color #C39550 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C39550 is #3C6AAF. Grayscale: #9B9B9B. Windows color (decimal): -3959472 or 5281219. OLE color: 5281219.

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

Color convert

RGB19514980-
CMYK00.240.590.24
HSL36º48.94%53.92%-
HSV(B)36º58.97%76.47%-
XYZ34.733.6812.26-
YUV154.8985.74156.61-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 45.99%
GREEN value IS 149 (58.59% from 255) = 35.14%
BLUE value IS 80 (31.64% from 255) = 18.87%
R=45.99%
G=35.14%
B=18.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.59
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951498000.240.590.243648.9453.92
HexC395500183B18243136
Octal3032251200307330446166
Binary1100001110010101101000001100011101111000100100110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C39550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C39550; }

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

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

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

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

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

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

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

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