#B7503F

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

Shades of Chestnut #B7503F

Tints of Chestnut #B7503F

Color information

#B7503F (or 0xB7503F) is unknown color: approx Chestnut. HEX triplet: B7, 50 and 3F. RGB value is (183,80,63). Sum of RGB (Red+Green+Blue) = 183+80+63=326 (43% of max value = 765). Red value is 183 (71.88% from 255 or 56.13% from 326); Green value is 80 (31.64% from 255 or 24.54% from 326); Blue value is 63 (25% from 255 or 19.33% from 326); Max value from RGB is 183 - color contains mainly: red. Hex color #B7503F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B7503F is #48AFC0. Grayscale: #6D6D6D. Windows color (decimal): -4763585 or 4149431. OLE color: 4149431.

HSL color Cylindrical-coordinate representation of color #B7503F: hue angle of 8.5º 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 #B7503F is Cyan = 0, Magento = 0.56, Yellow = 0.66 and Black (K on CMYK) = 0.28.

Color convert

RGB1838063-
CMYK00.560.660.28
HSL8.5º48.78%48.24%-
HSV(B)8.5º65.57%71.76%-
XYZ23.2916.166.59-
YUV108.86102.12180.88-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 56.13%
GREEN value IS 80 (31.64% from 255) = 24.54%
BLUE value IS 63 (25% from 255) = 19.33%
R=56.13%
G=24.54%
B=19.33%

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
Decimal183806300.560.660.288.548.7848.24
HexB7503F038421C93130
Octal2671207707010234116160
Binary10110111101000011111101110001000010111001001110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7503F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7503F; }

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

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

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

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

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

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

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

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