#B3533F

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

Shades of Chestnut #B3533F

Tints of Chestnut #B3533F

Color information

#B3533F (or 0xB3533F) is unknown color: approx Chestnut. HEX triplet: B3, 53 and 3F. RGB value is (179,83,63). Sum of RGB (Red+Green+Blue) = 179+83+63=325 (43% of max value = 765). Red value is 179 (70.31% from 255 or 55.08% from 325); Green value is 83 (32.81% from 255 or 25.54% from 325); Blue value is 63 (25% from 255 or 19.38% from 325); Max value from RGB is 179 - color contains mainly: red. Hex color #B3533F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3533F is #4CACC0. Grayscale: #6D6D6D. Windows color (decimal): -5024961 or 4150195. OLE color: 4150195.

HSL color Cylindrical-coordinate representation of color #B3533F: hue angle of 10.34º degrees, saturation: 0.48, 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 #B3533F is Cyan = 0, Magento = 0.54, Yellow = 0.65 and Black (K on CMYK) = 0.30.

Color convert

RGB1798363-
CMYK00.540.650.30
HSL10.34º47.93%47.45%-
HSV(B)10.34º64.8%70.2%-
XYZ22.5816.136.63-
YUV109.42101.8177.63-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 55.08%
GREEN value IS 83 (32.81% from 255) = 25.54%
BLUE value IS 63 (25% from 255) = 19.38%
R=55.08%
G=25.54%
B=19.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.65
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179836300.540.650.3010.3447.9347.45
HexB3533F036411Ea302f
Octal2631237706610136126057
Binary10110011101001111111101101101000001111101010110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3533F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3533F; }

 p { color: rgb(179,83,63); }

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

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

 a { background-color: rgb(179,83,63); }

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

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

 span { border-color: rgb(179,83,63); }

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