#B4483F

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

Shades of Chestnut #B4483F

Tints of Chestnut #B4483F

Color information

#B4483F (or 0xB4483F) is unknown color: approx Chestnut. HEX triplet: B4, 48 and 3F. RGB value is (180,72,63). Sum of RGB (Red+Green+Blue) = 180+72+63=315 (41% of max value = 765). Red value is 180 (70.70% from 255 or 57.14% from 315); Green value is 72 (28.52% from 255 or 22.86% from 315); Blue value is 63 (25% from 255 or 20% from 315); Max value from RGB is 180 - color contains mainly: red. Hex color #B4483F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4483F is #4BB7C0. Grayscale: #676767. Windows color (decimal): -4962241 or 4147380. OLE color: 4147380.

HSL color Cylindrical-coordinate representation of color #B4483F: hue angle of 4.62º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B4483F is Cyan = 0, Magento = 0.60, Yellow = 0.65 and Black (K on CMYK) = 0.29.

Color convert

RGB1807263-
CMYK00.600.650.29
HSL4.62º48.15%47.65%-
HSV(B)4.62º65%70.59%-
XYZ22.0414.76.38-
YUV103.27105.28182.73-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 57.14%
GREEN value IS 72 (28.52% from 255) = 22.86%
BLUE value IS 63 (25% from 255) = 20%
R=57.14%
G=22.86%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.65
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180726300.600.650.294.6248.1547.65
HexB4483F03C411D53030
Octal264110770741013556060
Binary1011010010010001111110111100100000111101101110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4483F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4483F; }

 p { color: rgb(180,72,63); }

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

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

 a { background-color: rgb(180,72,63); }

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

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

 span { border-color: rgb(180,72,63); }

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