#B35340

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

Shades of Chestnut #B35340

Tints of Chestnut #B35340

Color information

#B35340 (or 0xB35340) is unknown color: approx Chestnut. HEX triplet: B3, 53 and 40. RGB value is (179,83,64). Sum of RGB (Red+Green+Blue) = 179+83+64=326 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.91% from 326); Green value is 83 (32.81% from 255 or 25.46% from 326); Blue value is 64 (25.39% from 255 or 19.63% from 326); Max value from RGB is 179 - color contains mainly: red. Hex color #B35340 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B35340 is #4CACBF. Grayscale: #6D6D6D. Windows color (decimal): -5024960 or 4215731. OLE color: 4215731.

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

Color convert

RGB1798364-
CMYK00.540.640.30
HSL9.91º47.33%47.65%-
HSV(B)9.91º64.25%70.2%-
XYZ22.6116.146.77-
YUV109.54102.3177.54-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 54.91%
GREEN value IS 83 (32.81% from 255) = 25.46%
BLUE value IS 64 (25.39% from 255) = 19.63%
R=54.91%
G=25.46%
B=19.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.64
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179836400.540.640.309.9147.3347.65
HexB35340036401Ea2f30
Octal26312310006610036125760
Binary101100111010011100000001101101000000111101010101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35340; }

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

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

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

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

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

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

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

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