#B55D34

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

Shades of Smoke Tree #B55D34

Tints of Smoke Tree #B55D34

Color information

#B55D34 (or 0xB55D34) is unknown color: approx Smoke Tree. HEX triplet: B5, 5D and 34. RGB value is (181,93,52). Sum of RGB (Red+Green+Blue) = 181+93+52=326 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.52% from 326); Green value is 93 (36.72% from 255 or 28.53% from 326); Blue value is 52 (20.70% from 255 or 15.95% from 326); Max value from RGB is 181 - color contains mainly: red. Hex color #B55D34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B55D34 is #4AA2CB. Grayscale: #727272. Windows color (decimal): -4891340 or 3431861. OLE color: 3431861.

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

Color convert

RGB1819352-
CMYK00.490.710.29
HSL19.07º55.36%45.69%-
HSV(B)19.07º71.27%70.98%-
XYZ23.5917.95.46-
YUV114.6492.65175.33-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 55.52%
GREEN value IS 93 (36.72% from 255) = 28.53%
BLUE value IS 52 (20.70% from 255) = 15.95%
R=55.52%
G=28.53%
B=15.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.71
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181935200.490.710.2919.0755.3645.69
HexB55D34031471D13372e
Octal2651356406110735236756
Binary101101011011101110100011000110001111110110011110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55D34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55D34; }

 p { color: rgb(181,93,52); }

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

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

 a { background-color: rgb(181,93,52); }

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

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

 span { border-color: rgb(181,93,52); }

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