#C79142

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

Shades of Anzac #C79142

Tints of Anzac #C79142

Color information

#C79142 (or 0xC79142) is unknown color: approx Anzac. HEX triplet: C7, 91 and 42. RGB value is (199,145,66). Sum of RGB (Red+Green+Blue) = 199+145+66=410 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.54% from 410); Green value is 145 (57.03% from 255 or 35.37% from 410); Blue value is 66 (26.17% from 255 or 16.10% from 410); Max value from RGB is 199 - color contains mainly: red. Hex color #C79142 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C79142 is #386EBD. Grayscale: #989898. Windows color (decimal): -3698366 or 4362695. OLE color: 4362695.

HSL color Cylindrical-coordinate representation of color #C79142: hue angle of 35.64º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C79142 is Cyan = 0, Magento = 0.27, Yellow = 0.67 and Black (K on CMYK) = 0.22.

Color convert

RGB19914566-
CMYK00.270.670.22
HSL35.64º54.29%51.96%-
HSV(B)35.64º66.83%78.04%-
XYZ34.6632.799.66-
YUV152.1479.39161.42-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 48.54%
GREEN value IS 145 (57.03% from 255) = 35.37%
BLUE value IS 66 (26.17% from 255) = 16.10%
R=48.54%
G=35.37%
B=16.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.67
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991456600.270.670.2235.6454.2951.96
HexC7914201B4316243634
Octal30722110203310326446664
Binary11000111100100011000010011011100001110110100100110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C79142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C79142; }

 p { color: rgb(199,145,66); }

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

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

 a { background-color: rgb(199,145,66); }

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

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

 span { border-color: rgb(199,145,66); }

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