#C5973B

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

Shades of Anzac #C5973B

Tints of Anzac #C5973B

Color information

#C5973B (or 0xC5973B) is unknown color: approx Anzac. HEX triplet: C5, 97 and 3B. RGB value is (197,151,59). Sum of RGB (Red+Green+Blue) = 197+151+59=407 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.40% from 407); Green value is 151 (59.38% from 255 or 37.10% from 407); Blue value is 59 (23.44% from 255 or 14.50% from 407); Max value from RGB is 197 - color contains mainly: red. Hex color #C5973B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5973B is #3A68C4. Grayscale: #9A9A9A. Windows color (decimal): -3827909 or 3905477. OLE color: 3905477.

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

Color convert

RGB19715159-
CMYK00.230.700.23
HSL40º54.33%50.2%-
HSV(B)40º70.05%77.25%-
XYZ34.8834.328.92-
YUV154.2774.24158.48-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 48.40%
GREEN value IS 151 (59.38% from 255) = 37.10%
BLUE value IS 59 (23.44% from 255) = 14.50%
R=48.40%
G=37.10%
B=14.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.70
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971515900.230.700.234054.3350.2
HexC5973B0174617283632
Octal3052277302710627506662
Binary1100010110010111111011010111100011010111101000110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5973B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5973B; }

 p { color: rgb(197,151,59); }

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

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

 a { background-color: rgb(197,151,59); }

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

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

 span { border-color: rgb(197,151,59); }

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