#C5913A

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

Shades of Anzac #C5913A

Tints of Anzac #C5913A

Color information

#C5913A (or 0xC5913A) is unknown color: approx Anzac. HEX triplet: C5, 91 and 3A. RGB value is (197,145,58). Sum of RGB (Red+Green+Blue) = 197+145+58=400 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.25% from 400); Green value is 145 (57.03% from 255 or 36.25% from 400); Blue value is 58 (23.05% from 255 or 14.5% from 400); Max value from RGB is 197 - color contains mainly: red. Hex color #C5913A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5913A is #3A6EC5. Grayscale: #979797. Windows color (decimal): -3829446 or 3838405. OLE color: 3838405.

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

Color convert

RGB19714558-
CMYK00.260.710.23
HSL37.55º54.51%50%-
HSV(B)37.55º70.56%77.25%-
XYZ33.9232.438.47-
YUV150.6375.73161.07-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 49.25%
GREEN value IS 145 (57.03% from 255) = 36.25%
BLUE value IS 58 (23.05% from 255) = 14.5%
R=49.25%
G=36.25%
B=14.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.71
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971455800.260.710.2337.5554.5150
HexC5913A01A4717263732
Octal3052217203210727466762
Binary1100010110010001111010011010100011110111100110110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5913A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5913A; }

 p { color: rgb(197,145,58); }

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

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

 a { background-color: rgb(197,145,58); }

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

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

 span { border-color: rgb(197,145,58); }

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