#c78a46

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

Shades of Anzac #C78A46

Tints of Anzac #C78A46

Color information

#C78A46 (or 0xC78A46) is unknown color: approx Anzac. HEX triplet: C7, 8A and 46. RGB value is (199,138,70). Sum of RGB (Red+Green+Blue) = 199+138+70=407 (53% of max value = 765). Red value is 199 (78.12% from 255 or 48.89% from 407); Green value is 138 (54.30% from 255 or 33.91% from 407); Blue value is 70 (27.73% from 255 or 17.20% from 407); Max value from RGB is 199 - color contains mainly: red. Hex color #C78A46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C78A46 is #3875B9. Grayscale: #949494. Windows color (decimal): -3700154 or 4623047. OLE color: 4623047.

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

Color convert

RGB19913870-
CMYK00.310.650.22
HSL31.63º53.53%52.75%-
HSV(B)31.63º64.82%78.04%-
XYZ33.7530.769.95-
YUV148.4983.71164.03-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 48.89%
GREEN value IS 138 (54.30% from 255) = 33.91%
BLUE value IS 70 (27.73% from 255) = 17.20%
R=48.89%
G=33.91%
B=17.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.65
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991387000.310.650.2231.6353.5352.75
HexC78A4601F4116203635
Octal30721210603710126406665
Binary11000111100010101000110011111100000110110100000110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c78a46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c78a46; }

 p { color: rgb(199,138,70); }

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

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

 a { background-color: rgb(199,138,70); }

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

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

 span { border-color: rgb(199,138,70); }

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