#B14741

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

Shades of Chestnut #B14741

Tints of Chestnut #B14741

Color information

#B14741 (or 0xB14741) is unknown color: approx Chestnut. HEX triplet: B1, 47 and 41. RGB value is (177,71,65). Sum of RGB (Red+Green+Blue) = 177+71+65=313 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.55% from 313); Green value is 71 (28.12% from 255 or 22.68% from 313); Blue value is 65 (25.78% from 255 or 20.77% from 313); Max value from RGB is 177 - color contains mainly: red. Hex color #B14741 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B14741 is #4EB8BE. Grayscale: #666666. Windows color (decimal): -5159103 or 4278193. OLE color: 4278193.

HSL color Cylindrical-coordinate representation of color #B14741: hue angle of 3.21º 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 #B14741 is Cyan = 0, Magento = 0.60, Yellow = 0.63 and Black (K on CMYK) = 0.31.

Color convert

RGB1777165-
CMYK00.600.630.31
HSL3.21º46.28%47.45%-
HSV(B)3.21º63.28%69.41%-
XYZ21.3414.246.62-
YUV102.01107.12181.49-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 56.55%
GREEN value IS 71 (28.12% from 255) = 22.68%
BLUE value IS 65 (25.78% from 255) = 20.77%
R=56.55%
G=22.68%
B=20.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.63
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177716500.600.630.313.2146.2847.45
HexB1474103C3F1F32e2f
Octal261107101074773735657
Binary101100011000111100000101111001111111111111101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14741; }

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

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

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

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

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

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

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

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