#C2883F

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

Shades of Anzac #C2883F

Tints of Anzac #C2883F

Color information

#C2883F (or 0xC2883F) is unknown color: approx Anzac. HEX triplet: C2, 88 and 3F. RGB value is (194,136,63). Sum of RGB (Red+Green+Blue) = 194+136+63=393 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.36% from 393); Green value is 136 (53.52% from 255 or 34.61% from 393); Blue value is 63 (25% from 255 or 16.03% from 393); Max value from RGB is 194 - color contains mainly: red. Hex color #C2883F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2883F is #3D77C0. Grayscale: #919191. Windows color (decimal): -4028353 or 4163778. OLE color: 4163778.

HSL color Cylindrical-coordinate representation of color #C2883F: hue angle of 33.44º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C2883F is Cyan = 0, Magento = 0.30, Yellow = 0.68 and Black (K on CMYK) = 0.24.

Color convert

RGB19413663-
CMYK00.300.680.24
HSL33.44º51.78%50.39%-
HSV(B)33.44º67.53%76.08%-
XYZ31.9529.448.7-
YUV145.0281.72162.94-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 49.36%
GREEN value IS 136 (53.52% from 255) = 34.61%
BLUE value IS 63 (25% from 255) = 16.03%
R=49.36%
G=34.61%
B=16.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.68
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941366300.300.680.2433.4451.7850.39
HexC2883F01E4418213432
Octal3022107703610430416462
Binary1100001010001000111111011110100010011000100001110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2883F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2883F; }

 p { color: rgb(194,136,63); }

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

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

 a { background-color: rgb(194,136,63); }

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

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

 span { border-color: rgb(194,136,63); }

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