#CD9241

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

Shades of Anzac #CD9241

Tints of Anzac #CD9241

Color information

#CD9241 (or 0xCD9241) is unknown color: approx Anzac. HEX triplet: CD, 92 and 41. RGB value is (205,146,65). Sum of RGB (Red+Green+Blue) = 205+146+65=416 (55% of max value = 765). Red value is 205 (80.47% from 255 or 49.28% from 416); Green value is 146 (57.42% from 255 or 35.10% from 416); Blue value is 65 (25.78% from 255 or 15.62% from 416); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9241 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD9241 is #326DBE. Grayscale: #9A9A9A. Windows color (decimal): -3304895 or 4297421. OLE color: 4297421.

HSL color Cylindrical-coordinate representation of color #CD9241: hue angle of 34.71º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CD9241 is Cyan = 0, Magento = 0.29, Yellow = 0.68 and Black (K on CMYK) = 0.20.

Color convert

RGB20514665-
CMYK00.290.680.20
HSL34.71º58.33%52.94%-
HSV(B)34.71º68.29%80.39%-
XYZ36.4133.929.63-
YUV154.4177.55164.09-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 49.28%
GREEN value IS 146 (57.42% from 255) = 35.10%
BLUE value IS 65 (25.78% from 255) = 15.62%
R=49.28%
G=35.10%
B=15.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.68
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051466500.290.680.2034.7158.3352.94
HexCD924101D4414233a35
Octal31522210103510424437265
Binary11001101100100101000001011101100010010100100011111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9241; }

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

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

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

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

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

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

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

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