#B46433

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

Shades of Smoke Tree #B46433

Tints of Smoke Tree #B46433

Color information

#B46433 (or 0xB46433) is unknown color: approx Smoke Tree. HEX triplet: B4, 64 and 33. RGB value is (180,100,51). Sum of RGB (Red+Green+Blue) = 180+100+51=331 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.38% from 331); Green value is 100 (39.45% from 255 or 30.21% from 331); Blue value is 51 (20.31% from 255 or 15.41% from 331); Max value from RGB is 180 - color contains mainly: red. Hex color #B46433 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B46433 is #4B9BCC. Grayscale: #767676. Windows color (decimal): -4955085 or 3368116. OLE color: 3368116.

HSL color Cylindrical-coordinate representation of color #B46433: hue angle of 22.79º degrees, saturation: 0.56, 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 #B46433 is Cyan = 0, Magento = 0.44, Yellow = 0.72 and Black (K on CMYK) = 0.29.

Color convert

RGB18010051-
CMYK00.440.720.29
HSL22.79º55.84%45.29%-
HSV(B)22.79º71.67%70.59%-
XYZ23.9819.065.55-
YUV118.3390171.98-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 54.38%
GREEN value IS 100 (39.45% from 255) = 30.21%
BLUE value IS 51 (20.31% from 255) = 15.41%
R=54.38%
G=30.21%
B=15.41%

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
Decimal1801005100.440.720.2922.7955.8445.29
HexB4643302C481D17382d
Octal2641446305411035277055
Binary101101001100100110011010110010010001110110111111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46433; }

 p { color: rgb(180,100,51); }

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

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

 a { background-color: rgb(180,100,51); }

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

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

 span { border-color: rgb(180,100,51); }

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