#C8792F

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

Shades of Bronze #C8792F

Tints of Bronze #C8792F

Color information

#C8792F (or 0xC8792F) is unknown color: approx Bronze. HEX triplet: C8, 79 and 2F. RGB value is (200,121,47). Sum of RGB (Red+Green+Blue) = 200+121+47=368 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.35% from 368); Green value is 121 (47.66% from 255 or 32.88% from 368); Blue value is 47 (18.75% from 255 or 12.77% from 368); Max value from RGB is 200 - color contains mainly: red. Hex color #C8792F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8792F is #3786D0. Grayscale: #888888. Windows color (decimal): -3638993 or 3111368. OLE color: 3111368.

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

Color convert

RGB20012147-
CMYK00.390.760.22
HSL29.02º61.94%48.43%-
HSV(B)29.02º76.5%78.43%-
XYZ31.1726.166.1-
YUV136.1877.67173.52-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 54.35%
GREEN value IS 121 (47.66% from 255) = 32.88%
BLUE value IS 47 (18.75% from 255) = 12.77%
R=54.35%
G=32.88%
B=12.77%

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
Decimal2001214700.390.760.2229.0261.9448.43
HexC8792F0274C161d3e30
Octal3101715704711426357660
Binary110010001111001101111010011110011001011011101111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8792F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8792F; }

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

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

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

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

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

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

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

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