#B36535

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

Shades of Smoke Tree #B36535

Tints of Smoke Tree #B36535

Color information

#B36535 (or 0xB36535) is unknown color: approx Smoke Tree. HEX triplet: B3, 65 and 35. RGB value is (179,101,53). Sum of RGB (Red+Green+Blue) = 179+101+53=333 (44% of max value = 765). Red value is 179 (70.31% from 255 or 53.75% from 333); Green value is 101 (39.84% from 255 or 30.33% from 333); Blue value is 53 (21.09% from 255 or 15.92% from 333); Max value from RGB is 179 - color contains mainly: red. Hex color #B36535 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B36535 is #4C9ACA. Grayscale: #777777. Windows color (decimal): -5020363 or 3499443. OLE color: 3499443.

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

Color convert

RGB17910153-
CMYK00.440.700.30
HSL22.86º54.31%45.49%-
HSV(B)22.86º70.39%70.2%-
XYZ23.8919.155.81-
YUV118.8590.84170.9-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 53.75%
GREEN value IS 101 (39.84% from 255) = 30.33%
BLUE value IS 53 (21.09% from 255) = 15.92%
R=53.75%
G=30.33%
B=15.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.70
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791015300.440.700.3022.8654.3145.49
HexB3653502C461E17362d
Octal2631456505410636276655
Binary101100111100101110101010110010001101111010111110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36535; }

 p { color: rgb(179,101,53); }

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

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

 a { background-color: rgb(179,101,53); }

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

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

 span { border-color: rgb(179,101,53); }

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