#C5953D

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

Shades of Anzac #C5953D

Tints of Anzac #C5953D

Color information

#C5953D (or 0xC5953D) is unknown color: approx Anzac. HEX triplet: C5, 95 and 3D. RGB value is (197,149,61). Sum of RGB (Red+Green+Blue) = 197+149+61=407 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.40% from 407); Green value is 149 (58.59% from 255 or 36.61% from 407); Blue value is 61 (24.22% from 255 or 14.99% from 407); Max value from RGB is 197 - color contains mainly: red. Hex color #C5953D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5953D is #3A6AC2. Grayscale: #999999. Windows color (decimal): -3828419 or 4036037. OLE color: 4036037.

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

Color convert

RGB19714961-
CMYK00.240.690.23
HSL38.82º53.97%50.59%-
HSV(B)38.82º69.04%77.25%-
XYZ34.6233.79.1-
YUV153.3275.9159.16-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 48.40%
GREEN value IS 149 (58.59% from 255) = 36.61%
BLUE value IS 61 (24.22% from 255) = 14.99%
R=48.40%
G=36.61%
B=14.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.69
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971496100.240.690.2338.8253.9750.59
HexC5953D0184517273633
Octal3052257503010527476663
Binary1100010110010101111101011000100010110111100111110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5953D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5953D; }

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

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

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

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

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

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

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

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