#B3503D

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

Shades of Chestnut #B3503D

Tints of Chestnut #B3503D

Color information

#B3503D (or 0xB3503D) is unknown color: approx Chestnut. HEX triplet: B3, 50 and 3D. RGB value is (179,80,61). Sum of RGB (Red+Green+Blue) = 179+80+61=320 (42% of max value = 765). Red value is 179 (70.31% from 255 or 55.94% from 320); Green value is 80 (31.64% from 255 or 25% from 320); Blue value is 61 (24.22% from 255 or 19.06% from 320); Max value from RGB is 179 - color contains mainly: red. Hex color #B3503D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3503D is #4CAFC2. Grayscale: #6B6B6B. Windows color (decimal): -5025731 or 4018355. OLE color: 4018355.

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

Color convert

RGB1798061-
CMYK00.550.660.30
HSL9.66º49.17%47.06%-
HSV(B)9.66º65.92%70.2%-
XYZ22.315.666.26-
YUV107.44101.8179.04-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 55.94%
GREEN value IS 80 (31.64% from 255) = 25%
BLUE value IS 61 (24.22% from 255) = 19.06%
R=55.94%
G=25%
B=19.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.66
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179806100.550.660.309.6649.1747.06
HexB3503D037421Ea312f
Octal2631207506710236126157
Binary10110011101000011110101101111000010111101010110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3503D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3503D; }

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

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

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

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

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

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

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

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