#C5954D

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

Shades of Tussock #C5954D

Tints of Tussock #C5954D

Color information

#C5954D (or 0xC5954D) is unknown color: approx Tussock. HEX triplet: C5, 95 and 4D. RGB value is (197,149,77). Sum of RGB (Red+Green+Blue) = 197+149+77=423 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.57% from 423); Green value is 149 (58.59% from 255 or 35.22% from 423); Blue value is 77 (30.47% from 255 or 18.20% from 423); Max value from RGB is 197 - color contains mainly: red. Hex color #C5954D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5954D is #3A6AB2. Grayscale: #9B9B9B. Windows color (decimal): -3828403 or 5084613. OLE color: 5084613.

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

Color convert

RGB19714977-
CMYK00.240.610.23
HSL36º50.85%53.73%-
HSV(B)36º60.91%77.25%-
XYZ35.1133.911.71-
YUV155.1483.9157.85-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 46.57%
GREEN value IS 149 (58.59% from 255) = 35.22%
BLUE value IS 77 (30.47% from 255) = 18.20%
R=46.57%
G=35.22%
B=18.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.61
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971497700.240.610.233650.8553.73
HexC5954D0183D17243336
Octal3052251150307527446366
Binary1100010110010101100110101100011110110111100100110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5954D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5954D; }

 p { color: rgb(197,149,77); }

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

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

 a { background-color: rgb(197,149,77); }

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

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

 span { border-color: rgb(197,149,77); }

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