#B5533D

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

Shades of Grenadier #B5533D

Tints of Grenadier #B5533D

Color information

#B5533D (or 0xB5533D) is unknown color: approx Grenadier. HEX triplet: B5, 53 and 3D. RGB value is (181,83,61). Sum of RGB (Red+Green+Blue) = 181+83+61=325 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.69% from 325); Green value is 83 (32.81% from 255 or 25.54% from 325); Blue value is 61 (24.22% from 255 or 18.77% from 325); Max value from RGB is 181 - color contains mainly: red. Hex color #B5533D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5533D is #4AACC2. Grayscale: #6D6D6D. Windows color (decimal): -4893891 or 4019125. OLE color: 4019125.

HSL color Cylindrical-coordinate representation of color #B5533D: hue angle of 11º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B5533D is Cyan = 0, Magento = 0.54, Yellow = 0.66 and Black (K on CMYK) = 0.29.

Color convert

RGB1818361-
CMYK00.540.660.29
HSL11º49.59%47.45%-
HSV(B)11º66.3%70.98%-
XYZ22.9916.356.36-
YUV109.79100.47178.79-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 55.69%
GREEN value IS 83 (32.81% from 255) = 25.54%
BLUE value IS 61 (24.22% from 255) = 18.77%
R=55.69%
G=25.54%
B=18.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.66
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181836100.540.660.291149.5947.45
HexB5533D036421Db322f
Octal2651237506610235136257
Binary10110101101001111110101101101000010111011011110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5533D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5533D; }

 p { color: rgb(181,83,61); }

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

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

 a { background-color: rgb(181,83,61); }

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

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

 span { border-color: rgb(181,83,61); }

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