#B35244

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

Shades of Chestnut #B35244

Tints of Chestnut #B35244

Color information

#B35244 (or 0xB35244) is unknown color: approx Chestnut. HEX triplet: B3, 52 and 44. RGB value is (179,82,68). Sum of RGB (Red+Green+Blue) = 179+82+68=329 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.41% from 329); Green value is 82 (32.42% from 255 or 24.92% from 329); Blue value is 68 (26.95% from 255 or 20.67% from 329); Max value from RGB is 179 - color contains mainly: red. Hex color #B35244 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B35244 is #4CADBB. Grayscale: #6D6D6D. Windows color (decimal): -5025212 or 4477619. OLE color: 4477619.

HSL color Cylindrical-coordinate representation of color #B35244: hue angle of 7.57º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B35244 is Cyan = 0, Magento = 0.54, Yellow = 0.62 and Black (K on CMYK) = 0.30.

Color convert

RGB1798268-
CMYK00.540.620.30
HSL7.57º44.94%48.43%-
HSV(B)7.57º62.01%70.2%-
XYZ22.6516.047.37-
YUV109.41104.64177.64-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 54.41%
GREEN value IS 82 (32.42% from 255) = 24.92%
BLUE value IS 68 (26.95% from 255) = 20.67%
R=54.41%
G=24.92%
B=20.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.62
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179826800.540.620.307.5744.9448.43
HexB352440363E1E82d30
Octal2631221040667636105560
Binary10110011101001010001000110110111110111101000101101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35244; }

 p { color: rgb(179,82,68); }

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

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

 a { background-color: rgb(179,82,68); }

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

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

 span { border-color: rgb(179,82,68); }

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