#B3503E

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

Shades of Chestnut #B3503E

Tints of Chestnut #B3503E

Color information

#B3503E (or 0xB3503E) is unknown color: approx Chestnut. HEX triplet: B3, 50 and 3E. RGB value is (179,80,62). Sum of RGB (Red+Green+Blue) = 179+80+62=321 (42% of max value = 765). Red value is 179 (70.31% from 255 or 55.76% from 321); Green value is 80 (31.64% from 255 or 24.92% from 321); Blue value is 62 (24.61% from 255 or 19.31% from 321); Max value from RGB is 179 - color contains mainly: red. Hex color #B3503E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3503E is #4CAFC1. Grayscale: #6B6B6B. Windows color (decimal): -5025730 or 4083891. OLE color: 4083891.

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

Color convert

RGB1798062-
CMYK00.550.650.30
HSL9.23º48.55%47.25%-
HSV(B)9.23º65.36%70.2%-
XYZ22.3315.676.4-
YUV107.55102.3178.96-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 55.76%
GREEN value IS 80 (31.64% from 255) = 24.92%
BLUE value IS 62 (24.61% from 255) = 19.31%
R=55.76%
G=24.92%
B=19.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.65
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179806200.550.650.309.2348.5547.25
HexB3503E037411E9312f
Octal2631207606710136116157
Binary10110011101000011111001101111000001111101001110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3503E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3503E; }

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

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

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

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

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

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

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

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