#C79138

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

Shades of Anzac #C79138

Tints of Anzac #C79138

Color information

#C79138 (or 0xC79138) is unknown color: approx Anzac. HEX triplet: C7, 91 and 38. RGB value is (199,145,56). Sum of RGB (Red+Green+Blue) = 199+145+56=400 (52% of max value = 765). Red value is 199 (78.12% from 255 or 49.75% from 400); Green value is 145 (57.03% from 255 or 36.25% from 400); Blue value is 56 (22.27% from 255 or 14% from 400); Max value from RGB is 199 - color contains mainly: red. Hex color #C79138 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C79138 is #386EC7. Grayscale: #979797. Windows color (decimal): -3698376 or 3707335. OLE color: 3707335.

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

Color convert

RGB19914556-
CMYK00.270.720.22
HSL37.34º56.08%50%-
HSV(B)37.34º71.86%78.04%-
XYZ34.3932.688.24-
YUV15174.39162.24-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 49.75%
GREEN value IS 145 (57.03% from 255) = 36.25%
BLUE value IS 56 (22.27% from 255) = 14%
R=49.75%
G=36.25%
B=14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.72
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991455600.270.720.2237.3456.0850
HexC7913801B4816253832
Octal3072217003311026457062
Binary1100011110010001111000011011100100010110100101111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C79138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C79138; }

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

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

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

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

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

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

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

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