#CC7F33

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

Shades of Bronze #CC7F33

Tints of Bronze #CC7F33

Color information

#CC7F33 (or 0xCC7F33) is unknown color: approx Bronze. HEX triplet: CC, 7F and 33. RGB value is (204,127,51). Sum of RGB (Red+Green+Blue) = 204+127+51=382 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.40% from 382); Green value is 127 (50% from 255 or 33.25% from 382); Blue value is 51 (20.31% from 255 or 13.35% from 382); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7F33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7F33 is #3380CC. Grayscale: #8D8D8D. Windows color (decimal): -3375309 or 3375052. OLE color: 3375052.

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

Color convert

RGB20412751-
CMYK00.380.750.2
HSL29.8º60%50%-
HSV(B)29.8º75%80%-
XYZ33.0928.266.84-
YUV141.3677.01172.68-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 53.40%
GREEN value IS 127 (50% from 255) = 33.25%
BLUE value IS 51 (20.31% from 255) = 13.35%
R=53.40%
G=33.25%
B=13.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.75
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041275100.380.750.229.86050
HexCC7F330264B141e3c32
Octal3141776304611324367462
Binary110011001111111110011010011010010111010011110111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7F33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7F33; }

 p { color: rgb(204,127,51); }

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

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

 a { background-color: rgb(204,127,51); }

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

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

 span { border-color: rgb(204,127,51); }

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