#CF7B32

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

Shades of Bronze #CF7B32

Tints of Bronze #CF7B32

Color information

#CF7B32 (or 0xCF7B32) is unknown color: approx Bronze. HEX triplet: CF, 7B and 32. RGB value is (207,123,50). Sum of RGB (Red+Green+Blue) = 207+123+50=380 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.47% from 380); Green value is 123 (48.44% from 255 or 32.37% from 380); Blue value is 50 (19.92% from 255 or 13.16% from 380); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7B32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7B32 is #3084CD. Grayscale: #8C8C8C. Windows color (decimal): -3179726 or 3308495. OLE color: 3308495.

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

Color convert

RGB20712350-
CMYK00.410.760.19
HSL27.9º62.06%50.39%-
HSV(B)27.9º75.85%81.18%-
XYZ33.3927.666.6-
YUV139.7977.33175.94-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 54.47%
GREEN value IS 123 (48.44% from 255) = 32.37%
BLUE value IS 50 (19.92% from 255) = 13.16%
R=54.47%
G=32.37%
B=13.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.76
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071235000.410.760.1927.962.0650.39
HexCF7B320294C131c3e32
Octal3171736205111423347662
Binary110011111111011110010010100110011001001111100111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF7B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF7B32; }

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

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

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

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

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

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

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

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