#B66533

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

Shades of Smoke Tree #B66533

Tints of Smoke Tree #B66533

Color information

#B66533 (or 0xB66533) is unknown color: approx Smoke Tree. HEX triplet: B6, 65 and 33. RGB value is (182,101,51). Sum of RGB (Red+Green+Blue) = 182+101+51=334 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.49% from 334); Green value is 101 (39.84% from 255 or 30.24% from 334); Blue value is 51 (20.31% from 255 or 15.27% from 334); Max value from RGB is 182 - color contains mainly: red. Hex color #B66533 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B66533 is #499ACC. Grayscale: #777777. Windows color (decimal): -4823757 or 3368374. OLE color: 3368374.

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

Color convert

RGB18210151-
CMYK00.450.720.29
HSL22.9º56.22%45.69%-
HSV(B)22.9º71.98%71.37%-
XYZ24.5419.495.6-
YUV119.5289.34172.57-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 54.49%
GREEN value IS 101 (39.84% from 255) = 30.24%
BLUE value IS 51 (20.31% from 255) = 15.27%
R=54.49%
G=30.24%
B=15.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.72
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821015100.450.720.2922.956.2245.69
HexB6653302D481D17382e
Octal2661456305511035277056
Binary101101101100101110011010110110010001110110111111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66533; }

 p { color: rgb(182,101,51); }

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

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

 a { background-color: rgb(182,101,51); }

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

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

 span { border-color: rgb(182,101,51); }

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