#B65443

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

Shades of Chestnut #B65443

Tints of Chestnut #B65443

Color information

#B65443 (or 0xB65443) is unknown color: approx Chestnut. HEX triplet: B6, 54 and 43. RGB value is (182,84,67). Sum of RGB (Red+Green+Blue) = 182+84+67=333 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.65% from 333); Green value is 84 (33.20% from 255 or 25.23% from 333); Blue value is 67 (26.56% from 255 or 20.12% from 333); Max value from RGB is 182 - color contains mainly: red. Hex color #B65443 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B65443 is #49ABBC. Grayscale: #6F6F6F. Windows color (decimal): -4828093 or 4412598. OLE color: 4412598.

HSL color Cylindrical-coordinate representation of color #B65443: hue angle of 8.87º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B65443 is Cyan = 0, Magento = 0.54, Yellow = 0.63 and Black (K on CMYK) = 0.29.

Color convert

RGB1828467-
CMYK00.540.630.29
HSL8.87º46.18%48.82%-
HSV(B)8.87º63.19%71.37%-
XYZ23.4716.697.29-
YUV111.36102.97178.38-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 54.65%
GREEN value IS 84 (33.20% from 255) = 25.23%
BLUE value IS 67 (26.56% from 255) = 20.12%
R=54.65%
G=25.23%
B=20.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.63
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182846700.540.630.298.8746.1848.82
HexB654430363F1D92e31
Octal2661241030667735115661
Binary10110110101010010000110110110111111111011001101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65443

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65443; }

 p { color: rgb(182,84,67); }

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

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

 a { background-color: rgb(182,84,67); }

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

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

 span { border-color: rgb(182,84,67); }

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