#B3504A

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

Shades of Chestnut #B3504A

Tints of Chestnut #B3504A

Color information

#B3504A (or 0xB3504A) is unknown color: approx Chestnut. HEX triplet: B3, 50 and 4A. RGB value is (179,80,74). Sum of RGB (Red+Green+Blue) = 179+80+74=333 (44% of max value = 765). Red value is 179 (70.31% from 255 or 53.75% from 333); Green value is 80 (31.64% from 255 or 24.02% from 333); Blue value is 74 (29.30% from 255 or 22.22% from 333); Max value from RGB is 179 - color contains mainly: red. Hex color #B3504A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3504A is #4CAFB5. Grayscale: #6D6D6D. Windows color (decimal): -5025718 or 4870323. OLE color: 4870323.

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

Color convert

RGB1798074-
CMYK00.550.590.30
HSL3.43º41.5%49.61%-
HSV(B)3.43º58.66%70.2%-
XYZ22.715.828.34-
YUV108.92108.3177.99-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 53.75%
GREEN value IS 80 (31.64% from 255) = 24.02%
BLUE value IS 74 (29.30% from 255) = 22.22%
R=53.75%
G=24.02%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.59
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179807400.550.590.303.4341.549.61
HexB3504A0373B1E32a32
Octal263120112067733635262
Binary101100111010000100101001101111110111111011101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3504A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3504A; }

 p { color: rgb(179,80,74); }

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

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

 a { background-color: rgb(179,80,74); }

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

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

 span { border-color: rgb(179,80,74); }

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