#B14543

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

Shades of Chestnut #B14543

Tints of Chestnut #B14543

Color information

#B14543 (or 0xB14543) is unknown color: approx Chestnut. HEX triplet: B1, 45 and 43. RGB value is (177,69,67). Sum of RGB (Red+Green+Blue) = 177+69+67=313 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.55% from 313); Green value is 69 (27.34% from 255 or 22.04% from 313); Blue value is 67 (26.56% from 255 or 21.41% from 313); Max value from RGB is 177 - color contains mainly: red. Hex color #B14543 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B14543 is #4EBABC. Grayscale: #656565. Windows color (decimal): -5159613 or 4408753. OLE color: 4408753.

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

Color convert

RGB1776967-
CMYK00.610.620.31
HSL1.09º45.08%47.84%-
HSV(B)1.09º62.15%69.41%-
XYZ21.2714.016.89-
YUV101.06108.78182.16-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 56.55%
GREEN value IS 69 (27.34% from 255) = 22.04%
BLUE value IS 67 (26.56% from 255) = 21.41%
R=56.55%
G=22.04%
B=21.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.62
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177696700.610.620.311.0945.0847.84
HexB1454303D3E1F12d30
Octal261105103075763715560
Binary10110001100010110000110111101111110111111101101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14543

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14543; }

 p { color: rgb(177,69,67); }

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

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

 a { background-color: rgb(177,69,67); }

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

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

 span { border-color: rgb(177,69,67); }

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