#C4863D

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

Shades of Anzac #C4863D

Tints of Anzac #C4863D

Color information

#C4863D (or 0xC4863D) is unknown color: approx Anzac. HEX triplet: C4, 86 and 3D. RGB value is (196,134,61). Sum of RGB (Red+Green+Blue) = 196+134+61=391 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.13% from 391); Green value is 134 (52.73% from 255 or 34.27% from 391); Blue value is 61 (24.22% from 255 or 15.60% from 391); Max value from RGB is 196 - color contains mainly: red. Hex color #C4863D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4863D is #3B79C2. Grayscale: #909090. Windows color (decimal): -3897795 or 4032196. OLE color: 4032196.

HSL color Cylindrical-coordinate representation of color #C4863D: hue angle of 32.44º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C4863D is Cyan = 0, Magento = 0.32, Yellow = 0.69 and Black (K on CMYK) = 0.23.

Color convert

RGB19613461-
CMYK00.320.690.23
HSL32.44º53.36%50.39%-
HSV(B)32.44º68.88%76.86%-
XYZ32.1329.128.34-
YUV144.2281.04164.94-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 50.13%
GREEN value IS 134 (52.73% from 255) = 34.27%
BLUE value IS 61 (24.22% from 255) = 15.60%
R=50.13%
G=34.27%
B=15.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.69
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961346100.320.690.2332.4453.3650.39
HexC4863D0204517203532
Octal3042067504010527406562
Binary11000100100001101111010100000100010110111100000110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4863D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4863D; }

 p { color: rgb(196,134,61); }

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

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

 a { background-color: rgb(196,134,61); }

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

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

 span { border-color: rgb(196,134,61); }

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