#B44F3F

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

Shades of Chestnut #B44F3F

Tints of Chestnut #B44F3F

Color information

#B44F3F (or 0xB44F3F) is unknown color: approx Chestnut. HEX triplet: B4, 4F and 3F. RGB value is (180,79,63). Sum of RGB (Red+Green+Blue) = 180+79+63=322 (42% of max value = 765). Red value is 180 (70.70% from 255 or 55.90% from 322); Green value is 79 (31.25% from 255 or 24.53% from 322); Blue value is 63 (25% from 255 or 19.57% from 322); Max value from RGB is 180 - color contains mainly: red. Hex color #B44F3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B44F3F is #4BB0C0. Grayscale: #6B6B6B. Windows color (decimal): -4960449 or 4149172. OLE color: 4149172.

HSL color Cylindrical-coordinate representation of color #B44F3F: hue angle of 8.21º 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 #B44F3F is Cyan = 0, Magento = 0.56, Yellow = 0.65 and Black (K on CMYK) = 0.29.

Color convert

RGB1807963-
CMYK00.560.650.29
HSL8.21º48.15%47.65%-
HSV(B)8.21º65%70.59%-
XYZ22.5215.656.54-
YUV107.38102.96179.8-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 55.90%
GREEN value IS 79 (31.25% from 255) = 24.53%
BLUE value IS 63 (25% from 255) = 19.57%
R=55.90%
G=24.53%
B=19.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.65
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180796300.560.650.298.2148.1547.65
HexB44F3F038411D83030
Octal2641177707010135106060
Binary10110100100111111111101110001000001111011000110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44F3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44F3F; }

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

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

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

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

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

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

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

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