#CA9241

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

Shades of Anzac #CA9241

Tints of Anzac #CA9241

Color information

#CA9241 (or 0xCA9241) is unknown color: approx Anzac. HEX triplet: CA, 92 and 41. RGB value is (202,146,65). Sum of RGB (Red+Green+Blue) = 202+146+65=413 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.91% from 413); Green value is 146 (57.42% from 255 or 35.35% from 413); Blue value is 65 (25.78% from 255 or 15.74% from 413); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9241 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9241 is #356DBE. Grayscale: #999999. Windows color (decimal): -3501503 or 4297418. OLE color: 4297418.

HSL color Cylindrical-coordinate representation of color #CA9241: hue angle of 35.47º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CA9241 is Cyan = 0, Magento = 0.28, Yellow = 0.68 and Black (K on CMYK) = 0.21.

Color convert

RGB20214665-
CMYK00.280.680.21
HSL35.47º56.38%52.35%-
HSV(B)35.47º67.82%79.22%-
XYZ35.5933.59.59-
YUV153.5178.05162.59-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 48.91%
GREEN value IS 146 (57.42% from 255) = 35.35%
BLUE value IS 65 (25.78% from 255) = 15.74%
R=48.91%
G=35.35%
B=15.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.68
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021466500.280.680.2135.4756.3852.35
HexCA924101C4415233834
Octal31222210103410425437064
Binary11001010100100101000001011100100010010101100011111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9241; }

 p { color: rgb(202,146,65); }

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

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

 a { background-color: rgb(202,146,65); }

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

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

 span { border-color: rgb(202,146,65); }

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