#C78C3F

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

Shades of Anzac #C78C3F

Tints of Anzac #C78C3F

Color information

#C78C3F (or 0xC78C3F) is unknown color: approx Anzac. HEX triplet: C7, 8C and 3F. RGB value is (199,140,63). Sum of RGB (Red+Green+Blue) = 199+140+63=402 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.50% from 402); Green value is 140 (55.08% from 255 or 34.83% from 402); Blue value is 63 (25% from 255 or 15.67% from 402); Max value from RGB is 199 - color contains mainly: red. Hex color #C78C3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C78C3F is #3873C0. Grayscale: #959595. Windows color (decimal): -3699649 or 4164807. OLE color: 4164807.

HSL color Cylindrical-coordinate representation of color #C78C3F: hue angle of 33.97º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C78C3F is Cyan = 0, Magento = 0.30, Yellow = 0.68 and Black (K on CMYK) = 0.22.

Color convert

RGB19914063-
CMYK00.300.680.22
HSL33.97º54.84%51.37%-
HSV(B)33.97º68.34%78.04%-
XYZ33.8331.268.95-
YUV148.8679.55163.76-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 49.50%
GREEN value IS 140 (55.08% from 255) = 34.83%
BLUE value IS 63 (25% from 255) = 15.67%
R=49.50%
G=34.83%
B=15.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.68
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991406300.300.680.2233.9754.8451.37
HexC78C3F01E4416223733
Octal3072147703610426426763
Binary1100011110001100111111011110100010010110100010110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C78C3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C78C3F; }

 p { color: rgb(199,140,63); }

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

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

 a { background-color: rgb(199,140,63); }

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

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

 span { border-color: rgb(199,140,63); }

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