#CD9341

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

Shades of Anzac #CD9341

Tints of Anzac #CD9341

Color information

#CD9341 (or 0xCD9341) is unknown color: approx Anzac. HEX triplet: CD, 93 and 41. RGB value is (205,147,65). Sum of RGB (Red+Green+Blue) = 205+147+65=417 (55% of max value = 765). Red value is 205 (80.47% from 255 or 49.16% from 417); Green value is 147 (57.81% from 255 or 35.25% from 417); Blue value is 65 (25.78% from 255 or 15.59% from 417); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9341 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD9341 is #326CBE. Grayscale: #9B9B9B. Windows color (decimal): -3304639 or 4297677. OLE color: 4297677.

HSL color Cylindrical-coordinate representation of color #CD9341: hue angle of 35.14º 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 #CD9341 is Cyan = 0, Magento = 0.28, Yellow = 0.68 and Black (K on CMYK) = 0.20.

Color convert

RGB20514765-
CMYK00.280.680.20
HSL35.14º58.33%52.94%-
HSV(B)35.14º68.29%80.39%-
XYZ36.5634.239.68-
YUV154.9977.22163.67-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 49.16%
GREEN value IS 147 (57.81% from 255) = 35.25%
BLUE value IS 65 (25.78% from 255) = 15.59%
R=49.16%
G=35.25%
B=15.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.68
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051476500.280.680.2035.1458.3352.94
HexCD934101C4414233a35
Octal31522310103410424437265
Binary11001101100100111000001011100100010010100100011111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9341; }

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

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

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

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

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

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

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

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