#B45A39

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

Shades of Smoke Tree #B45A39

Tints of Smoke Tree #B45A39

Color information

#B45A39 (or 0xB45A39) is unknown color: approx Smoke Tree. HEX triplet: B4, 5A and 39. RGB value is (180,90,57). Sum of RGB (Red+Green+Blue) = 180+90+57=327 (43% of max value = 765). Red value is 180 (70.70% from 255 or 55.05% from 327); Green value is 90 (35.55% from 255 or 27.52% from 327); Blue value is 57 (22.66% from 255 or 17.43% from 327); Max value from RGB is 180 - color contains mainly: red. Hex color #B45A39 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B45A39 is #4BA5C6. Grayscale: #717171. Windows color (decimal): -4957639 or 3758772. OLE color: 3758772.

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

Color convert

RGB1809057-
CMYK00.500.680.29
HSL16.1º51.9%46.47%-
HSV(B)16.1º68.33%70.59%-
XYZ23.2217.315.99-
YUV113.1596.32175.68-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 55.05%
GREEN value IS 90 (35.55% from 255) = 27.52%
BLUE value IS 57 (22.66% from 255) = 17.43%
R=55.05%
G=27.52%
B=17.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.68
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180905700.500.680.2916.151.946.47
HexB45A39032441D10342e
Octal2641327106210435206456
Binary101101001011010111001011001010001001110110000110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45A39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45A39; }

 p { color: rgb(180,90,57); }

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

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

 a { background-color: rgb(180,90,57); }

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

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

 span { border-color: rgb(180,90,57); }

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