#CD9548

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

Shades of Anzac #CD9548

Tints of Anzac #CD9548

Color information

#CD9548 (or 0xCD9548) is unknown color: approx Anzac. HEX triplet: CD, 95 and 48. RGB value is (205,149,72). Sum of RGB (Red+Green+Blue) = 205+149+72=426 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.12% from 426); Green value is 149 (58.59% from 255 or 34.98% from 426); Blue value is 72 (28.52% from 255 or 16.90% from 426); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9548 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD9548 is #326AB7. Grayscale: #9D9D9D. Windows color (decimal): -3304120 or 4756941. OLE color: 4756941.

HSL color Cylindrical-coordinate representation of color #CD9548: hue angle of 34.74º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CD9548 is Cyan = 0, Magento = 0.27, Yellow = 0.65 and Black (K on CMYK) = 0.20.

Color convert

RGB20514972-
CMYK00.270.650.20
HSL34.74º57.08%54.31%-
HSV(B)34.74º64.88%80.39%-
XYZ37.0934.9410.92-
YUV156.9780.05162.26-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 48.12%
GREEN value IS 149 (58.59% from 255) = 34.98%
BLUE value IS 72 (28.52% from 255) = 16.90%
R=48.12%
G=34.98%
B=16.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.65
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051497200.270.650.2034.7457.0854.31
HexCD954801B4114233936
Octal31522511003310124437166
Binary11001101100101011001000011011100000110100100011111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9548; }

 p { color: rgb(205,149,72); }

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

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

 a { background-color: rgb(205,149,72); }

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

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

 span { border-color: rgb(205,149,72); }

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