#CD7633

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

Shades of Bronze #CD7633

Tints of Bronze #CD7633

Color information

#CD7633 (or 0xCD7633) is unknown color: approx Bronze. HEX triplet: CD, 76 and 33. RGB value is (205,118,51). Sum of RGB (Red+Green+Blue) = 205+118+51=374 (49% of max value = 765). Red value is 205 (80.47% from 255 or 54.81% from 374); Green value is 118 (46.48% from 255 or 31.55% from 374); Blue value is 51 (20.31% from 255 or 13.64% from 374); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7633 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD7633 is #3289CC. Grayscale: #888888. Windows color (decimal): -3312077 or 3372749. OLE color: 3372749.

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

Color convert

RGB20511851-
CMYK00.420.750.20
HSL26.1º60.63%50.2%-
HSV(B)26.1º75.12%80.39%-
XYZ32.2526.186.48-
YUV136.3779.82176.95-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 54.81%
GREEN value IS 118 (46.48% from 255) = 31.55%
BLUE value IS 51 (20.31% from 255) = 13.64%
R=54.81%
G=31.55%
B=13.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.75
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051185100.420.750.2026.160.6350.2
HexCD763302A4B141a3d32
Octal3151666305211324327562
Binary110011011110110110011010101010010111010011010111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7633; }

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

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

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

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

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

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

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

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