#5B4B33

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

Shades of Metallic Bronze #5B4B33

Tints of Metallic Bronze #5B4B33

Color information

#5B4B33 (or 0x5B4B33) is unknown color: approx Metallic Bronze. HEX triplet: 5B, 4B and 33. RGB value is (91,75,51). Sum of RGB (Red+Green+Blue) = 91+75+51=217 (28% of max value = 765). Red value is 91 (35.94% from 255 or 41.94% from 217); Green value is 75 (29.69% from 255 or 34.56% from 217); Blue value is 51 (20.31% from 255 or 23.50% from 217); Max value from RGB is 91 - color contains mainly: red. Hex color #5B4B33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B4B33 is #A4B4CC. Grayscale: #4D4D4D. Windows color (decimal): -10794189 or 3361627. OLE color: 3361627.

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

Color convert

RGB917551-
CMYK00.180.440.64
HSL36º28.17%27.84%-
HSV(B)36º43.96%35.69%-
XYZ7.437.54.19-
YUV77.05113.3137.95-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 41.94%
GREEN value IS 75 (29.69% from 255) = 34.56%
BLUE value IS 51 (20.31% from 255) = 23.50%
R=41.94%
G=34.56%
B=23.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.44
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91755100.180.440.643628.1727.84
Hex5B4B330122C40241c1c
Octal1331136302254100443434
Binary1011011100101111001101001010110010000001001001110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B4B33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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