#CC7632

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

Shades of Bronze #CC7632

Tints of Bronze #CC7632

Color information

#CC7632 (or 0xCC7632) is unknown color: approx Bronze. HEX triplet: CC, 76 and 32. RGB value is (204,118,50). Sum of RGB (Red+Green+Blue) = 204+118+50=372 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.84% from 372); Green value is 118 (46.48% from 255 or 31.72% from 372); Blue value is 50 (19.92% from 255 or 13.44% from 372); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7632 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7632 is #3389CD. Grayscale: #888888. Windows color (decimal): -3377614 or 3307212. OLE color: 3307212.

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

Color convert

RGB20411850-
CMYK00.420.750.2
HSL26.49º60.63%49.8%-
HSV(B)26.49º75.49%80%-
XYZ31.9626.026.36-
YUV135.9679.49176.53-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 54.84%
GREEN value IS 118 (46.48% from 255) = 31.72%
BLUE value IS 50 (19.92% from 255) = 13.44%
R=54.84%
G=31.72%
B=13.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.75
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041185000.420.750.226.4960.6349.8
HexCC763202A4B141a3d32
Octal3141666205211324327562
Binary110011001110110110010010101010010111010011010111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7632; }

 p { color: rgb(204,118,50); }

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

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

 a { background-color: rgb(204,118,50); }

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

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

 span { border-color: rgb(204,118,50); }

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