#C87E2F

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

Shades of Bronze #C87E2F

Tints of Bronze #C87E2F

Color information

#C87E2F (or 0xC87E2F) is unknown color: approx Bronze. HEX triplet: C8, 7E and 2F. RGB value is (200,126,47). Sum of RGB (Red+Green+Blue) = 200+126+47=373 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.62% from 373); Green value is 126 (49.61% from 255 or 33.78% from 373); Blue value is 47 (18.75% from 255 or 12.60% from 373); Max value from RGB is 200 - color contains mainly: red. Hex color #C87E2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C87E2F is #3781D0. Grayscale: #8B8B8B. Windows color (decimal): -3637713 or 3112648. OLE color: 3112648.

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

Color convert

RGB20012647-
CMYK00.370.760.22
HSL30.98º61.94%48.43%-
HSV(B)30.98º76.5%78.43%-
XYZ31.7927.416.3-
YUV139.1276.02171.42-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 53.62%
GREEN value IS 126 (49.61% from 255) = 33.78%
BLUE value IS 47 (18.75% from 255) = 12.60%
R=53.62%
G=33.78%
B=12.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.76
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001264700.370.760.2230.9861.9448.43
HexC87E2F0254C161f3e30
Octal3101765704511426377660
Binary110010001111110101111010010110011001011011111111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C87E2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C87E2F; }

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

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

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

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

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

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

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

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