#CC7733

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

Shades of Bronze #CC7733

Tints of Bronze #CC7733

Color information

#CC7733 (or 0xCC7733) is unknown color: approx Bronze. HEX triplet: CC, 77 and 33. RGB value is (204,119,51). Sum of RGB (Red+Green+Blue) = 204+119+51=374 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.55% from 374); Green value is 119 (46.88% from 255 or 31.82% from 374); Blue value is 51 (20.31% from 255 or 13.64% from 374); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7733 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7733 is #3388CC. Grayscale: #898989. Windows color (decimal): -3377357 or 3373004. OLE color: 3373004.

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

Color convert

RGB20411951-
CMYK00.420.750.2
HSL26.67º60%50%-
HSV(B)26.67º75%80%-
XYZ32.126.276.51-
YUV136.6679.66176.03-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 54.55%
GREEN value IS 119 (46.88% from 255) = 31.82%
BLUE value IS 51 (20.31% from 255) = 13.64%
R=54.55%
G=31.82%
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.2
SystemRedGreenBlueCMYKHSL
Decimal2041195100.420.750.226.676050
HexCC773302A4B141b3c32
Octal3141676305211324337462
Binary110011001110111110011010101010010111010011011111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7733

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7733; }

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

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

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

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

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

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

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

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