#C7792F

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

Shades of Bronze #C7792F

Tints of Bronze #C7792F

Color information

#C7792F (or 0xC7792F) is unknown color: approx Bronze. HEX triplet: C7, 79 and 2F. RGB value is (199,121,47). Sum of RGB (Red+Green+Blue) = 199+121+47=367 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.22% from 367); Green value is 121 (47.66% from 255 or 32.97% from 367); Blue value is 47 (18.75% from 255 or 12.81% from 367); Max value from RGB is 199 - color contains mainly: red. Hex color #C7792F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C7792F is #3886D0. Grayscale: #888888. Windows color (decimal): -3704529 or 3111367. OLE color: 3111367.

HSL color Cylindrical-coordinate representation of color #C7792F: hue angle of 29.21º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C7792F is Cyan = 0, Magento = 0.39, Yellow = 0.76 and Black (K on CMYK) = 0.22.

Color convert

RGB19912147-
CMYK00.390.760.22
HSL29.21º61.79%48.24%-
HSV(B)29.21º76.38%78.04%-
XYZ30.926.026.08-
YUV135.8977.84173.02-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 54.22%
GREEN value IS 121 (47.66% from 255) = 32.97%
BLUE value IS 47 (18.75% from 255) = 12.81%
R=54.22%
G=32.97%
B=12.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.76
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991214700.390.760.2229.2161.7948.24
HexC7792F0274C161d3e30
Octal3071715704711426357660
Binary110001111111001101111010011110011001011011101111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7792F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7792F; }

 p { color: rgb(199,121,47); }

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

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

 a { background-color: rgb(199,121,47); }

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

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

 span { border-color: rgb(199,121,47); }

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