#C49242

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

Shades of Anzac #C49242

Tints of Anzac #C49242

Color information

#C49242 (or 0xC49242) is unknown color: approx Anzac. HEX triplet: C4, 92 and 42. RGB value is (196,146,66). Sum of RGB (Red+Green+Blue) = 196+146+66=408 (54% of max value = 765). Red value is 196 (76.95% from 255 or 48.04% from 408); Green value is 146 (57.42% from 255 or 35.78% from 408); Blue value is 66 (26.17% from 255 or 16.18% from 408); Max value from RGB is 196 - color contains mainly: red. Hex color #C49242 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C49242 is #3B6DBD. Grayscale: #989898. Windows color (decimal): -3894718 or 4362948. OLE color: 4362948.

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

Color convert

RGB19614666-
CMYK00.260.660.23
HSL36.92º52.42%51.37%-
HSV(B)36.92º66.33%76.86%-
XYZ34.0332.699.67-
YUV151.8379.56159.5-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 48.04%
GREEN value IS 146 (57.42% from 255) = 35.78%
BLUE value IS 66 (26.17% from 255) = 16.18%
R=48.04%
G=35.78%
B=16.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.66
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961466600.260.660.2336.9252.4251.37
HexC4924201A4217253433
Octal30422210203210227456463
Binary11000100100100101000010011010100001010111100101110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49242; }

 p { color: rgb(196,146,66); }

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

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

 a { background-color: rgb(196,146,66); }

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

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

 span { border-color: rgb(196,146,66); }

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