#B7514B

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

Shades of Chestnut #B7514B

Tints of Chestnut #B7514B

Color information

#B7514B (or 0xB7514B) is unknown color: approx Chestnut. HEX triplet: B7, 51 and 4B. RGB value is (183,81,75). Sum of RGB (Red+Green+Blue) = 183+81+75=339 (44% of max value = 765). Red value is 183 (71.88% from 255 or 53.98% from 339); Green value is 81 (32.03% from 255 or 23.89% from 339); Blue value is 75 (29.69% from 255 or 22.12% from 339); Max value from RGB is 183 - color contains mainly: red. Hex color #B7514B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B7514B is #48AEB4. Grayscale: #6E6E6E. Windows color (decimal): -4763317 or 4936119. OLE color: 4936119.

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

Color convert

RGB1838175-
CMYK00.560.590.28
HSL3.33º42.86%50.59%-
HSV(B)3.33º59.02%71.76%-
XYZ23.7416.468.58-
YUV110.81107.79179.49-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 53.98%
GREEN value IS 81 (32.03% from 255) = 23.89%
BLUE value IS 75 (29.69% from 255) = 22.12%
R=53.98%
G=23.89%
B=22.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.59
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183817500.560.590.283.3342.8650.59
HexB7514B0383B1C32b33
Octal267121113070733435363
Binary101101111010001100101101110001110111110011101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7514B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7514B; }

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

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

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

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

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

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

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

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