#B3534B

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

Shades of Chestnut #B3534B

Tints of Chestnut #B3534B

Color information

#B3534B (or 0xB3534B) is unknown color: approx Chestnut. HEX triplet: B3, 53 and 4B. RGB value is (179,83,75). Sum of RGB (Red+Green+Blue) = 179+83+75=337 (44% of max value = 765). Red value is 179 (70.31% from 255 or 53.12% from 337); Green value is 83 (32.81% from 255 or 24.63% from 337); Blue value is 75 (29.69% from 255 or 22.26% from 337); Max value from RGB is 179 - color contains mainly: red. Hex color #B3534B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3534B is #4CACB4. Grayscale: #6E6E6E. Windows color (decimal): -5024949 or 4936627. OLE color: 4936627.

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

Color convert

RGB1798375-
CMYK00.540.580.30
HSL4.62º40.94%49.8%-
HSV(B)4.62º58.1%70.2%-
XYZ22.9516.288.59-
YUV110.79107.8176.65-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 53.12%
GREEN value IS 83 (32.81% from 255) = 24.63%
BLUE value IS 75 (29.69% from 255) = 22.26%
R=53.12%
G=24.63%
B=22.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.58
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179837500.540.580.304.6240.9449.8
HexB3534B0363A1E52932
Octal263123113066723655162
Binary1011001110100111001011011011011101011110101101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3534B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3534B; }

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

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

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

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

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

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

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

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