#5B4E3D

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

Shades of Metallic Bronze #5B4E3D

Tints of Metallic Bronze #5B4E3D

Color information

#5B4E3D (or 0x5B4E3D) is unknown color: approx Metallic Bronze. HEX triplet: 5B, 4E and 3D. RGB value is (91,78,61). Sum of RGB (Red+Green+Blue) = 91+78+61=230 (30% of max value = 765). Red value is 91 (35.94% from 255 or 39.57% from 230); Green value is 78 (30.86% from 255 or 33.91% from 230); Blue value is 61 (24.22% from 255 or 26.52% from 230); Max value from RGB is 91 - color contains mainly: red. Hex color #5B4E3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B4E3D is #A4B1C2. Grayscale: #505050. Windows color (decimal): -10793411 or 4017755. OLE color: 4017755.

HSL color Cylindrical-coordinate representation of color #5B4E3D: hue angle of 34º degrees, saturation: 0.2, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5B4E3D is Cyan = 0, Magento = 0.14, Yellow = 0.33 and Black (K on CMYK) = 0.64.

Color convert

RGB917861-
CMYK00.140.330.64
HSL34º19.74%29.8%-
HSV(B)34º32.97%35.69%-
XYZ7.888.015.55-
YUV79.95117.31135.88-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 39.57%
GREEN value IS 78 (30.86% from 255) = 33.91%
BLUE value IS 61 (24.22% from 255) = 26.52%
R=39.57%
G=33.91%
B=26.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.33
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91786100.140.330.643419.7429.8
Hex5B4E3D0E214022141e
Octal1331167501641100422436
Binary101101110011101111010111010000110000001000101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B4E3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,78,61); }

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

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

 a { background-color: rgb(91,78,61); }

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

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

 span { border-color: rgb(91,78,61); }

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