#b56532

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

Shades of Smoke Tree #B56532

Tints of Smoke Tree #B56532

Color information

#B56532 (or 0xB56532) is unknown color: approx Smoke Tree. HEX triplet: B5, 65 and 32. RGB value is (181,101,50). Sum of RGB (Red+Green+Blue) = 181+101+50=332 (43% of max value = 765). Red value is 181 (71.09% from 255 or 54.52% from 332); Green value is 101 (39.84% from 255 or 30.42% from 332); Blue value is 50 (19.92% from 255 or 15.06% from 332); Max value from RGB is 181 - color contains mainly: red. Hex color #B56532 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B56532 is #4A9ACD. Grayscale: #777777. Windows color (decimal): -4889294 or 3302837. OLE color: 3302837.

HSL color Cylindrical-coordinate representation of color #B56532: hue angle of 23.36º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B56532 is Cyan = 0, Magento = 0.44, Yellow = 0.72 and Black (K on CMYK) = 0.29.

Color convert

RGB18110150-
CMYK00.440.720.29
HSL23.36º56.71%45.29%-
HSV(B)23.36º72.38%70.98%-
XYZ24.2919.365.47-
YUV119.1189172.15-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 54.52%
GREEN value IS 101 (39.84% from 255) = 30.42%
BLUE value IS 50 (19.92% from 255) = 15.06%
R=54.52%
G=30.42%
B=15.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.72
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811015000.440.720.2923.3656.7145.29
HexB5653202C481D17392d
Octal2651456205411035277155
Binary101101011100101110010010110010010001110110111111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b56532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b56532; }

 p { color: rgb(181,101,50); }

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

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

 a { background-color: rgb(181,101,50); }

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

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

 span { border-color: rgb(181,101,50); }

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