#B14842

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

Shades of Chestnut #B14842

Tints of Chestnut #B14842

Color information

#B14842 (or 0xB14842) is unknown color: approx Chestnut. HEX triplet: B1, 48 and 42. RGB value is (177,72,66). Sum of RGB (Red+Green+Blue) = 177+72+66=315 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.19% from 315); Green value is 72 (28.52% from 255 or 22.86% from 315); Blue value is 66 (26.17% from 255 or 20.95% from 315); Max value from RGB is 177 - color contains mainly: red. Hex color #B14842 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B14842 is #4EB7BD. Grayscale: #666666. Windows color (decimal): -5158846 or 4343985. OLE color: 4343985.

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

Color convert

RGB1777266-
CMYK00.590.630.31
HSL3.24º45.68%47.65%-
HSV(B)3.24º62.71%69.41%-
XYZ21.4314.386.8-
YUV102.71107.29180.99-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 56.19%
GREEN value IS 72 (28.52% from 255) = 22.86%
BLUE value IS 66 (26.17% from 255) = 20.95%
R=56.19%
G=22.86%
B=20.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.63
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177726600.590.630.313.2445.6847.65
HexB1484203B3F1F32e30
Octal261110102073773735660
Binary101100011001000100001001110111111111111111101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14842; }

 p { color: rgb(177,72,66); }

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

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

 a { background-color: rgb(177,72,66); }

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

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

 span { border-color: rgb(177,72,66); }

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