#c5913f

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

Shades of Anzac #C5913F

Tints of Anzac #C5913F

Color information

#C5913F (or 0xC5913F) is unknown color: approx Anzac. HEX triplet: C5, 91 and 3F. RGB value is (197,145,63). Sum of RGB (Red+Green+Blue) = 197+145+63=405 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.64% from 405); Green value is 145 (57.03% from 255 or 35.80% from 405); Blue value is 63 (25% from 255 or 15.56% from 405); Max value from RGB is 197 - color contains mainly: red. Hex color #C5913F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5913F is #3A6EC0. Grayscale: #979797. Windows color (decimal): -3829441 or 4166085. OLE color: 4166085.

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

Color convert

RGB19714563-
CMYK00.260.680.23
HSL36.72º53.6%50.98%-
HSV(B)36.72º68.02%77.25%-
XYZ34.0532.489.18-
YUV151.278.23160.67-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 48.64%
GREEN value IS 145 (57.03% from 255) = 35.80%
BLUE value IS 63 (25% from 255) = 15.56%
R=48.64%
G=35.80%
B=15.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.68
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971456300.260.680.2336.7253.650.98
HexC5913F01A4417253633
Octal3052217703210427456663
Binary1100010110010001111111011010100010010111100101110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c5913f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c5913f; }

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

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

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

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

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

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

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

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