#B7513F

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

Shades of Chestnut #B7513F

Tints of Chestnut #B7513F

Color information

#B7513F (or 0xB7513F) is unknown color: approx Chestnut. HEX triplet: B7, 51 and 3F. RGB value is (183,81,63). Sum of RGB (Red+Green+Blue) = 183+81+63=327 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.96% from 327); Green value is 81 (32.03% from 255 or 24.77% from 327); Blue value is 63 (25% from 255 or 19.27% from 327); Max value from RGB is 183 - color contains mainly: red. Hex color #B7513F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B7513F is #48AEC0. Grayscale: #6D6D6D. Windows color (decimal): -4763329 or 4149687. OLE color: 4149687.

HSL color Cylindrical-coordinate representation of color #B7513F: hue angle of 9º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B7513F is Cyan = 0, Magento = 0.56, Yellow = 0.66 and Black (K on CMYK) = 0.28.

Color convert

RGB1838163-
CMYK00.560.660.28
HSL48.78%48.24%-
HSV(B)65.57%71.76%-
XYZ23.3716.316.62-
YUV109.45101.79180.46-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 55.96%
GREEN value IS 81 (32.03% from 255) = 24.77%
BLUE value IS 63 (25% from 255) = 19.27%
R=55.96%
G=24.77%
B=19.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.66
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183816300.560.660.28948.7848.24
HexB7513F038421C93130
Octal2671217707010234116160
Binary10110111101000111111101110001000010111001001110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7513F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7513F; }

 p { color: rgb(183,81,63); }

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

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

 a { background-color: rgb(183,81,63); }

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

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

 span { border-color: rgb(183,81,63); }

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