#B14E41

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

Shades of Chestnut #B14E41

Tints of Chestnut #B14E41

Color information

#B14E41 (or 0xB14E41) is unknown color: approx Chestnut. HEX triplet: B1, 4E and 41. RGB value is (177,78,65). Sum of RGB (Red+Green+Blue) = 177+78+65=320 (42% of max value = 765). Red value is 177 (69.53% from 255 or 55.31% from 320); Green value is 78 (30.86% from 255 or 24.38% from 320); Blue value is 65 (25.78% from 255 or 20.31% from 320); Max value from RGB is 177 - color contains mainly: red. Hex color #B14E41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B14E41 is #4EB1BE. Grayscale: #6A6A6A. Windows color (decimal): -5157311 or 4279985. OLE color: 4279985.

HSL color Cylindrical-coordinate representation of color #B14E41: hue angle of 6.96º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B14E41 is Cyan = 0, Magento = 0.56, Yellow = 0.63 and Black (K on CMYK) = 0.31.

Color convert

RGB1777865-
CMYK00.560.630.31
HSL6.96º46.28%47.45%-
HSV(B)6.96º63.28%69.41%-
XYZ21.8115.186.78-
YUV106.12104.8178.56-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 55.31%
GREEN value IS 78 (30.86% from 255) = 24.38%
BLUE value IS 65 (25.78% from 255) = 20.31%
R=55.31%
G=24.38%
B=20.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.63
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177786500.560.630.316.9646.2847.45
HexB14E410383F1F72e2f
Octal261116101070773775657
Binary1011000110011101000001011100011111111111111101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14E41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14E41; }

 p { color: rgb(177,78,65); }

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

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

 a { background-color: rgb(177,78,65); }

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

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

 span { border-color: rgb(177,78,65); }

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