#B36331

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

Shades of Smoke Tree #B36331

Tints of Smoke Tree #B36331

Color information

#B36331 (or 0xB36331) is unknown color: approx Smoke Tree. HEX triplet: B3, 63 and 31. RGB value is (179,99,49). Sum of RGB (Red+Green+Blue) = 179+99+49=327 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.74% from 327); Green value is 99 (39.06% from 255 or 30.28% from 327); Blue value is 49 (19.53% from 255 or 14.98% from 327); Max value from RGB is 179 - color contains mainly: red. Hex color #B36331 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B36331 is #4C9CCE. Grayscale: #757575. Windows color (decimal): -5020879 or 3236787. OLE color: 3236787.

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

Color convert

RGB1799949-
CMYK00.450.730.30
HSL23.08º57.02%44.71%-
HSV(B)23.08º72.63%70.2%-
XYZ23.6118.735.28-
YUV117.2289.5172.07-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 54.74%
GREEN value IS 99 (39.06% from 255) = 30.28%
BLUE value IS 49 (19.53% from 255) = 14.98%
R=54.74%
G=30.28%
B=14.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.73
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179994900.450.730.3023.0857.0244.71
HexB3633102D491E17392d
Octal2631436105511136277155
Binary101100111100011110001010110110010011111010111111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36331; }

 p { color: rgb(179,99,49); }

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

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

 a { background-color: rgb(179,99,49); }

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

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

 span { border-color: rgb(179,99,49); }

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