#CC7932

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

Shades of Bronze #CC7932

Tints of Bronze #CC7932

Color information

#CC7932 (or 0xCC7932) is unknown color: approx Bronze. HEX triplet: CC, 79 and 32. RGB value is (204,121,50). Sum of RGB (Red+Green+Blue) = 204+121+50=375 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.4% from 375); Green value is 121 (47.66% from 255 or 32.27% from 375); Blue value is 50 (19.92% from 255 or 13.33% from 375); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7932 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7932 is #3386CD. Grayscale: #8A8A8A. Windows color (decimal): -3376846 or 3307980. OLE color: 3307980.

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

Color convert

RGB20412150-
CMYK00.410.750.2
HSL27.66º60.63%49.8%-
HSV(B)27.66º75.49%80%-
XYZ32.3126.746.48-
YUV137.7278.5175.27-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 54.4%
GREEN value IS 121 (47.66% from 255) = 32.27%
BLUE value IS 50 (19.92% from 255) = 13.33%
R=54.4%
G=32.27%
B=13.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.75
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041215000.410.750.227.6660.6349.8
HexCC79320294B141c3d32
Octal3141716205111324347562
Binary110011001111001110010010100110010111010011100111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7932; }

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

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

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

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

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

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

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

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