#CF7932

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

Shades of Bronze #CF7932

Tints of Bronze #CF7932

Color information

#CF7932 (or 0xCF7932) is unknown color: approx Bronze. HEX triplet: CF, 79 and 32. RGB value is (207,121,50). Sum of RGB (Red+Green+Blue) = 207+121+50=378 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.76% from 378); Green value is 121 (47.66% from 255 or 32.01% from 378); Blue value is 50 (19.92% from 255 or 13.23% from 378); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7932 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7932 is #3086CD. Grayscale: #8A8A8A. Windows color (decimal): -3180238 or 3307983. OLE color: 3307983.

HSL color Cylindrical-coordinate representation of color #CF7932: hue angle of 27.13º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CF7932 is Cyan = 0, Magento = 0.42, Yellow = 0.76 and Black (K on CMYK) = 0.19.

Color convert

RGB20712150-
CMYK00.420.760.19
HSL27.13º62.06%50.39%-
HSV(B)27.13º75.85%81.18%-
XYZ33.1527.176.52-
YUV138.6277.99176.77-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 54.76%
GREEN value IS 121 (47.66% from 255) = 32.01%
BLUE value IS 50 (19.92% from 255) = 13.23%
R=54.76%
G=32.01%
B=13.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.76
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071215000.420.760.1927.1362.0650.39
HexCF793202A4C131b3e32
Octal3171716205211423337662
Binary110011111111001110010010101010011001001111011111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF7932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF7932; }

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

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

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

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

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

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

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

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