#5B4B36

Color #5B4B36 Metallic Bronze (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Metallic Bronze #5B4B36

Tints of Metallic Bronze #5B4B36

Color information

#5B4B36 (or 0x5B4B36) is unknown color: approx Metallic Bronze. HEX triplet: 5B, 4B and 36. RGB value is (91,75,54). Sum of RGB (Red+Green+Blue) = 91+75+54=220 (29% of max value = 765). Red value is 91 (35.94% from 255 or 41.36% from 220); Green value is 75 (29.69% from 255 or 34.09% from 220); Blue value is 54 (21.48% from 255 or 24.55% from 220); Max value from RGB is 91 - color contains mainly: red. Hex color #5B4B36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B4B36 is #A4B4C9. Grayscale: #4D4D4D. Windows color (decimal): -10794186 or 3558235. OLE color: 3558235.

HSL color Cylindrical-coordinate representation of color #5B4B36: hue angle of 34.05º degrees, saturation: 0.26, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5B4B36 is Cyan = 0, Magento = 0.18, Yellow = 0.41 and Black (K on CMYK) = 0.64.

Color convert

RGB917554-
CMYK00.180.410.64
HSL34.05º25.52%28.43%-
HSV(B)34.05º40.66%35.69%-
XYZ7.57.524.55-
YUV77.39114.8137.71-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 41.36%
GREEN value IS 75 (29.69% from 255) = 34.09%
BLUE value IS 54 (21.48% from 255) = 24.55%
R=41.36%
G=34.09%
B=24.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.41
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91755400.180.410.6434.0525.5228.43
Hex5B4B360122940221a1c
Octal1331136602251100423234
Binary1011011100101111011001001010100110000001000101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B4B36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5B4B36; }

 p { color: rgb(91,75,54); }

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

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

 a { background-color: rgb(91,75,54); }

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

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

 span { border-color: rgb(91,75,54); }

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