#B3524E

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

Shades of Chestnut #B3524E

Tints of Chestnut #B3524E

Color information

#B3524E (or 0xB3524E) is unknown color: approx Chestnut. HEX triplet: B3, 52 and 4E. RGB value is (179,82,78). Sum of RGB (Red+Green+Blue) = 179+82+78=339 (44% of max value = 765). Red value is 179 (70.31% from 255 or 52.80% from 339); Green value is 82 (32.42% from 255 or 24.19% from 339); Blue value is 78 (30.86% from 255 or 23.01% from 339); Max value from RGB is 179 - color contains mainly: red. Hex color #B3524E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3524E is #4CADB1. Grayscale: #6E6E6E. Windows color (decimal): -5025202 or 5132979. OLE color: 5132979.

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

Color convert

RGB1798278-
CMYK00.540.560.30
HSL2.38º39.92%50.39%-
HSV(B)2.38º56.42%70.2%-
XYZ22.9816.179.12-
YUV110.55109.64176.83-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 52.80%
GREEN value IS 82 (32.42% from 255) = 24.19%
BLUE value IS 78 (30.86% from 255) = 23.01%
R=52.80%
G=24.19%
B=23.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.56
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179827800.540.560.302.3839.9250.39
HexB3524E036381E22832
Octal263122116066703625062
Binary101100111010010100111001101101110001111010101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3524E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3524E; }

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

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

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

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

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

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

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

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