#B54A33

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

Shades of Grenadier #B54A33

Tints of Grenadier #B54A33

Color information

#B54A33 (or 0xB54A33) is unknown color: approx Grenadier. HEX triplet: B5, 4A and 33. RGB value is (181,74,51). Sum of RGB (Red+Green+Blue) = 181+74+51=306 (40% of max value = 765). Red value is 181 (71.09% from 255 or 59.15% from 306); Green value is 74 (29.30% from 255 or 24.18% from 306); Blue value is 51 (20.31% from 255 or 16.67% from 306); Max value from RGB is 181 - color contains mainly: red. Hex color #B54A33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B54A33 is #4AB5CC. Grayscale: #676767. Windows color (decimal): -4896205 or 3361461. OLE color: 3361461.

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

Color convert

RGB1817451-
CMYK00.590.720.29
HSL10.62º56.03%45.49%-
HSV(B)10.62º71.82%70.98%-
XYZ22.114.964.85-
YUV103.3798.45183.37-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 59.15%
GREEN value IS 74 (29.30% from 255) = 24.18%
BLUE value IS 51 (20.31% from 255) = 16.67%
R=59.15%
G=24.18%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.72
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181745100.590.720.2910.6256.0345.49
HexB54A3303B481Db382d
Octal2651126307311035137055
Binary10110101100101011001101110111001000111011011111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54A33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54A33; }

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

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

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

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

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

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

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

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