#cc7c32

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

Shades of Bronze #CC7C32

Tints of Bronze #CC7C32

Color information

#CC7C32 (or 0xCC7C32) is unknown color: approx Bronze. HEX triplet: CC, 7C and 32. RGB value is (204,124,50). Sum of RGB (Red+Green+Blue) = 204+124+50=378 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.97% from 378); Green value is 124 (48.83% from 255 or 32.80% from 378); Blue value is 50 (19.92% from 255 or 13.23% from 378); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7C32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7C32 is #3383CD. Grayscale: #8B8B8B. Windows color (decimal): -3376078 or 3308748. OLE color: 3308748.

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

Color convert

RGB20412450-
CMYK00.390.750.2
HSL28.83º60.63%49.8%-
HSV(B)28.83º75.49%80%-
XYZ32.6927.486.6-
YUV139.4877.5174.02-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 53.97%
GREEN value IS 124 (48.83% from 255) = 32.80%
BLUE value IS 50 (19.92% from 255) = 13.23%
R=53.97%
G=32.80%
B=13.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.75
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041245000.390.750.228.8360.6349.8
HexCC7C320274B141d3d32
Octal3141746204711324357562
Binary110011001111100110010010011110010111010011101111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cc7c32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cc7c32; }

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

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

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

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

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

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

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

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