#C78F48

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

Shades of Anzac #C78F48

Tints of Anzac #C78F48

Color information

#C78F48 (or 0xC78F48) is unknown color: approx Anzac. HEX triplet: C7, 8F and 48. RGB value is (199,143,72). Sum of RGB (Red+Green+Blue) = 199+143+72=414 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.07% from 414); Green value is 143 (56.25% from 255 or 34.54% from 414); Blue value is 72 (28.52% from 255 or 17.39% from 414); Max value from RGB is 199 - color contains mainly: red. Hex color #C78F48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C78F48 is #3870B7. Grayscale: #979797. Windows color (decimal): -3698872 or 4755399. OLE color: 4755399.

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

Color convert

RGB19914372-
CMYK00.280.640.22
HSL33.54º53.14%53.14%-
HSV(B)33.54º63.82%78.04%-
XYZ34.5532.2510.54-
YUV151.6583.05161.77-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 48.07%
GREEN value IS 143 (56.25% from 255) = 34.54%
BLUE value IS 72 (28.52% from 255) = 17.39%
R=48.07%
G=34.54%
B=17.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.64
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991437200.280.640.2233.5453.1453.14
HexC78F4801C4016223535
Octal30721711003410026426565
Binary11000111100011111001000011100100000010110100010110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C78F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C78F48; }

 p { color: rgb(199,143,72); }

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

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

 a { background-color: rgb(199,143,72); }

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

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

 span { border-color: rgb(199,143,72); }

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