#C8782F

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

Shades of Bronze #C8782F

Tints of Bronze #C8782F

Color information

#C8782F (or 0xC8782F) is unknown color: approx Bronze. HEX triplet: C8, 78 and 2F. RGB value is (200,120,47). Sum of RGB (Red+Green+Blue) = 200+120+47=367 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.50% from 367); Green value is 120 (47.27% from 255 or 32.70% from 367); Blue value is 47 (18.75% from 255 or 12.81% from 367); Max value from RGB is 200 - color contains mainly: red. Hex color #C8782F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8782F is #3787D0. Grayscale: #878787. Windows color (decimal): -3639249 or 3111112. OLE color: 3111112.

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

Color convert

RGB20012047-
CMYK00.40.760.22
HSL28.63º61.94%48.43%-
HSV(B)28.63º76.5%78.43%-
XYZ31.0525.926.06-
YUV135.678173.94-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 54.50%
GREEN value IS 120 (47.27% from 255) = 32.70%
BLUE value IS 47 (18.75% from 255) = 12.81%
R=54.50%
G=32.70%
B=12.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.76
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001204700.40.760.2228.6361.9448.43
HexC8782F0284C161d3e30
Octal3101705705011426357660
Binary110010001111000101111010100010011001011011101111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8782F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8782F; }

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

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

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

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

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

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

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

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