#C5883F

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

Shades of Anzac #C5883F

Tints of Anzac #C5883F

Color information

#C5883F (or 0xC5883F) is unknown color: approx Anzac. HEX triplet: C5, 88 and 3F. RGB value is (197,136,63). Sum of RGB (Red+Green+Blue) = 197+136+63=396 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.75% from 396); Green value is 136 (53.52% from 255 or 34.34% from 396); Blue value is 63 (25% from 255 or 15.91% from 396); Max value from RGB is 197 - color contains mainly: red. Hex color #C5883F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5883F is #3A77C0. Grayscale: #929292. Windows color (decimal): -3831745 or 4163781. OLE color: 4163781.

HSL color Cylindrical-coordinate representation of color #C5883F: hue angle of 32.69º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C5883F is Cyan = 0, Magento = 0.31, Yellow = 0.68 and Black (K on CMYK) = 0.23.

Color convert

RGB19713663-
CMYK00.310.680.23
HSL32.69º53.6%50.98%-
HSV(B)32.69º68.02%77.25%-
XYZ32.7329.848.74-
YUV145.9281.21164.44-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 49.75%
GREEN value IS 136 (53.52% from 255) = 34.34%
BLUE value IS 63 (25% from 255) = 15.91%
R=49.75%
G=34.34%
B=15.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.68
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971366300.310.680.2332.6953.650.98
HexC5883F01F4417213633
Octal3052107703710427416663
Binary1100010110001000111111011111100010010111100001110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5883F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5883F; }

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

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

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

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

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

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

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

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