#C4883F

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

Shades of Anzac #C4883F

Tints of Anzac #C4883F

Color information

#C4883F (or 0xC4883F) is unknown color: approx Anzac. HEX triplet: C4, 88 and 3F. RGB value is (196,136,63). Sum of RGB (Red+Green+Blue) = 196+136+63=395 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.62% from 395); Green value is 136 (53.52% from 255 or 34.43% from 395); Blue value is 63 (25% from 255 or 15.95% from 395); Max value from RGB is 196 - color contains mainly: red. Hex color #C4883F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4883F is #3B77C0. Grayscale: #919191. Windows color (decimal): -3897281 or 4163780. OLE color: 4163780.

HSL color Cylindrical-coordinate representation of color #C4883F: hue angle of 32.93º degrees, saturation: 0.53, 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 #C4883F is Cyan = 0, Magento = 0.31, Yellow = 0.68 and Black (K on CMYK) = 0.23.

Color convert

RGB19613663-
CMYK00.310.680.23
HSL32.93º52.99%50.78%-
HSV(B)32.93º67.86%76.86%-
XYZ32.4729.78.72-
YUV145.6281.38163.94-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 49.62%
GREEN value IS 136 (53.52% from 255) = 34.43%
BLUE value IS 63 (25% from 255) = 15.95%
R=49.62%
G=34.43%
B=15.95%

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
Decimal1961366300.310.680.2332.9352.9950.78
HexC4883F01F4417213533
Octal3042107703710427416563
Binary1100010010001000111111011111100010010111100001110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4883F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4883F; }

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

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

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

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

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

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

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

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