#CD8033

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

Shades of Bronze #CD8033

Tints of Bronze #CD8033

Color information

#CD8033 (or 0xCD8033) is unknown color: approx Bronze. HEX triplet: CD, 80 and 33. RGB value is (205,128,51). Sum of RGB (Red+Green+Blue) = 205+128+51=384 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.39% from 384); Green value is 128 (50.39% from 255 or 33.33% from 384); Blue value is 51 (20.31% from 255 or 13.28% from 384); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8033 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD8033 is #327FCC. Grayscale: #8E8E8E. Windows color (decimal): -3309517 or 3375309. OLE color: 3375309.

HSL color Cylindrical-coordinate representation of color #CD8033: hue angle of 30º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CD8033 is Cyan = 0, Magento = 0.38, Yellow = 0.75 and Black (K on CMYK) = 0.20.

Color convert

RGB20512851-
CMYK00.380.750.20
HSL30º60.63%50.2%-
HSV(B)30º75.12%80.39%-
XYZ33.4928.666.9-
YUV142.2476.51172.76-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 53.39%
GREEN value IS 128 (50.39% from 255) = 33.33%
BLUE value IS 51 (20.31% from 255) = 13.28%
R=53.39%
G=33.33%
B=13.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.75
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051285100.380.750.203060.6350.2
HexCD80330264B141e3d32
Octal3152006304611324367562
Binary1100110110000000110011010011010010111010011110111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8033; }

 p { color: rgb(205,128,51); }

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

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

 a { background-color: rgb(205,128,51); }

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

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

 span { border-color: rgb(205,128,51); }

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