#B44F41

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

Shades of Chestnut #B44F41

Tints of Chestnut #B44F41

Color information

#B44F41 (or 0xB44F41) is unknown color: approx Chestnut. HEX triplet: B4, 4F and 41. RGB value is (180,79,65). Sum of RGB (Red+Green+Blue) = 180+79+65=324 (42% of max value = 765). Red value is 180 (70.70% from 255 or 55.56% from 324); Green value is 79 (31.25% from 255 or 24.38% from 324); Blue value is 65 (25.78% from 255 or 20.06% from 324); Max value from RGB is 180 - color contains mainly: red. Hex color #B44F41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B44F41 is #4BB0BE. Grayscale: #6B6B6B. Windows color (decimal): -4960447 or 4280244. OLE color: 4280244.

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

Color convert

RGB1807965-
CMYK00.560.640.29
HSL7.3º46.94%48.04%-
HSV(B)7.3º63.89%70.59%-
XYZ22.5715.686.84-
YUV107.6103.96179.64-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 55.56%
GREEN value IS 79 (31.25% from 255) = 24.38%
BLUE value IS 65 (25.78% from 255) = 20.06%
R=55.56%
G=24.38%
B=20.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.64
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180796500.560.640.297.346.9448.04
HexB44F41038401D72f30
Octal2641171010701003575760
Binary10110100100111110000010111000100000011101111101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44F41; }

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

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

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

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

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

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

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

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