#B7514D

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

Shades of Chestnut #B7514D

Tints of Chestnut #B7514D

Color information

#B7514D (or 0xB7514D) is unknown color: approx Chestnut. HEX triplet: B7, 51 and 4D. RGB value is (183,81,77). Sum of RGB (Red+Green+Blue) = 183+81+77=341 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.67% from 341); Green value is 81 (32.03% from 255 or 23.75% from 341); Blue value is 77 (30.47% from 255 or 22.58% from 341); Max value from RGB is 183 - color contains mainly: red. Hex color #B7514D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7514D is #48AEB2. Grayscale: #6F6F6F. Windows color (decimal): -4763315 or 5067191. OLE color: 5067191.

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

Color convert

RGB1838177-
CMYK00.560.580.28
HSL2.26º42.4%50.98%-
HSV(B)2.26º57.92%71.76%-
XYZ23.8116.498.95-
YUV111.04108.79179.33-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 53.67%
GREEN value IS 81 (32.03% from 255) = 23.75%
BLUE value IS 77 (30.47% from 255) = 22.58%
R=53.67%
G=23.75%
B=22.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.58
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183817700.560.580.282.2642.450.98
HexB7514D0383A1C22a33
Octal267121115070723425263
Binary101101111010001100110101110001110101110010101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7514D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7514D; }

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

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

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

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

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

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

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

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