#B55D33

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

Shades of Smoke Tree #B55D33

Tints of Smoke Tree #B55D33

Color information

#B55D33 (or 0xB55D33) is unknown color: approx Smoke Tree. HEX triplet: B5, 5D and 33. RGB value is (181,93,51). Sum of RGB (Red+Green+Blue) = 181+93+51=325 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.69% from 325); Green value is 93 (36.72% from 255 or 28.62% from 325); Blue value is 51 (20.31% from 255 or 15.69% from 325); Max value from RGB is 181 - color contains mainly: red. Hex color #B55D33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B55D33 is #4AA2CC. Grayscale: #727272. Windows color (decimal): -4891341 or 3366325. OLE color: 3366325.

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

Color convert

RGB1819351-
CMYK00.490.720.29
HSL19.38º56.03%45.49%-
HSV(B)19.38º71.82%70.98%-
XYZ23.5717.895.34-
YUV114.5292.15175.42-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 55.69%
GREEN value IS 93 (36.72% from 255) = 28.62%
BLUE value IS 51 (20.31% from 255) = 15.69%
R=55.69%
G=28.62%
B=15.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.72
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181935100.490.720.2919.3856.0345.49
HexB55D33031481D13382d
Octal2651356306111035237055
Binary101101011011101110011011000110010001110110011111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55D33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55D33; }

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

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

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

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

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

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

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

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