#B4483E

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

Shades of Chestnut #B4483E

Tints of Chestnut #B4483E

Color information

#B4483E (or 0xB4483E) is unknown color: approx Chestnut. HEX triplet: B4, 48 and 3E. RGB value is (180,72,62). Sum of RGB (Red+Green+Blue) = 180+72+62=314 (41% of max value = 765). Red value is 180 (70.70% from 255 or 57.32% from 314); Green value is 72 (28.52% from 255 or 22.93% from 314); Blue value is 62 (24.61% from 255 or 19.75% from 314); Max value from RGB is 180 - color contains mainly: red. Hex color #B4483E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4483E is #4BB7C1. Grayscale: #676767. Windows color (decimal): -4962242 or 4081844. OLE color: 4081844.

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

Color convert

RGB1807262-
CMYK00.600.660.29
HSL5.08º48.76%47.45%-
HSV(B)5.08º65.56%70.59%-
XYZ22.0114.696.23-
YUV103.15104.78182.81-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 57.32%
GREEN value IS 72 (28.52% from 255) = 22.93%
BLUE value IS 62 (24.61% from 255) = 19.75%
R=57.32%
G=22.93%
B=19.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.66
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180726200.600.660.295.0848.7647.45
HexB4483E03C421D5312f
Octal264110760741023556157
Binary1011010010010001111100111100100001011101101110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4483E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4483E; }

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

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

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

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

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

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

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

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