#C4913C

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

Shades of Anzac #C4913C

Tints of Anzac #C4913C

Color information

#C4913C (or 0xC4913C) is unknown color: approx Anzac. HEX triplet: C4, 91 and 3C. RGB value is (196,145,60). Sum of RGB (Red+Green+Blue) = 196+145+60=401 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.88% from 401); Green value is 145 (57.03% from 255 or 36.16% from 401); Blue value is 60 (23.83% from 255 or 14.96% from 401); Max value from RGB is 196 - color contains mainly: red. Hex color #C4913C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4913C is #3B6EC3. Grayscale: #969696. Windows color (decimal): -3894980 or 3969476. OLE color: 3969476.

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

Color convert

RGB19614560-
CMYK00.260.690.23
HSL37.5º53.54%50.2%-
HSV(B)37.5º69.39%76.86%-
XYZ33.7132.318.74-
YUV150.5676.9160.41-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 48.88%
GREEN value IS 145 (57.03% from 255) = 36.16%
BLUE value IS 60 (23.83% from 255) = 14.96%
R=48.88%
G=36.16%
B=14.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.69
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961456000.260.690.2337.553.5450.2
HexC4913C01A4517263632
Octal3042217403210527466662
Binary1100010010010001111100011010100010110111100110110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4913C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4913C; }

 p { color: rgb(196,145,60); }

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

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

 a { background-color: rgb(196,145,60); }

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

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

 span { border-color: rgb(196,145,60); }

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