#B56035

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

Shades of Smoke Tree #B56035

Tints of Smoke Tree #B56035

Color information

#B56035 (or 0xB56035) is unknown color: approx Smoke Tree. HEX triplet: B5, 60 and 35. RGB value is (181,96,53). Sum of RGB (Red+Green+Blue) = 181+96+53=330 (43% of max value = 765). Red value is 181 (71.09% from 255 or 54.85% from 330); Green value is 96 (37.89% from 255 or 29.09% from 330); Blue value is 53 (21.09% from 255 or 16.06% from 330); Max value from RGB is 181 - color contains mainly: red. Hex color #B56035 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B56035 is #4A9FCA. Grayscale: #747474. Windows color (decimal): -4890571 or 3498165. OLE color: 3498165.

HSL color Cylindrical-coordinate representation of color #B56035: hue angle of 20.16º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B56035 is Cyan = 0, Magento = 0.47, Yellow = 0.71 and Black (K on CMYK) = 0.29.

Color convert

RGB1819653-
CMYK00.470.710.29
HSL20.16º54.7%45.88%-
HSV(B)20.16º70.72%70.98%-
XYZ23.8818.455.67-
YUV116.5192.16174-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 54.85%
GREEN value IS 96 (37.89% from 255) = 29.09%
BLUE value IS 53 (21.09% from 255) = 16.06%
R=54.85%
G=29.09%
B=16.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.71
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181965300.470.710.2920.1654.745.88
HexB5603502F471D14372e
Octal2651406505710735246756
Binary101101011100000110101010111110001111110110100110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56035; }

 p { color: rgb(181,96,53); }

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

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

 a { background-color: rgb(181,96,53); }

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

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

 span { border-color: rgb(181,96,53); }

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