#B45D38

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

Shades of Smoke Tree #B45D38

Tints of Smoke Tree #B45D38

Color information

#B45D38 (or 0xB45D38) is unknown color: approx Smoke Tree. HEX triplet: B4, 5D and 38. RGB value is (180,93,56). Sum of RGB (Red+Green+Blue) = 180+93+56=329 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.71% from 329); Green value is 93 (36.72% from 255 or 28.27% from 329); Blue value is 56 (22.27% from 255 or 17.02% from 329); Max value from RGB is 180 - color contains mainly: red. Hex color #B45D38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B45D38 is #4BA2C7. Grayscale: #737373. Windows color (decimal): -4956872 or 3694004. OLE color: 3694004.

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

Color convert

RGB1809356-
CMYK00.480.690.29
HSL17.9º52.54%46.27%-
HSV(B)17.9º68.89%70.59%-
XYZ23.4517.825.94-
YUV114.894.82174.51-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 54.71%
GREEN value IS 93 (36.72% from 255) = 28.27%
BLUE value IS 56 (22.27% from 255) = 17.02%
R=54.71%
G=28.27%
B=17.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.69
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180935600.480.690.2917.952.5446.27
HexB45D38030451D12352e
Octal2641357006010535226556
Binary101101001011101111000011000010001011110110010110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45D38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45D38; }

 p { color: rgb(180,93,56); }

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

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

 a { background-color: rgb(180,93,56); }

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

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

 span { border-color: rgb(180,93,56); }

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