Html Css Color HEX #5B4A39 Metallic Bronze

📋 copy color: '#5B4A39'

red 91 ◦ green 74 ◦ blue 57

#5B4A39
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Metallic Bronze #5B4A39

Tints of Metallic Bronze #5B4A39

RGB

 RED value IS 91 (35.94% from 255) = 40.99%

 GREEN value IS 74 (29.3% from 255) = 33.33%

 BLUE value IS 57 (22.66% from 255) = 25.68%

R = 40.99%
G = 33.33%
B = 25.68%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.37

 K value IS 0.64

RGB Variations

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

Color information

#5B4A39 (or 0x5B4A39) is known color: Metallic Bronze. HEX triplet: 5B, 4A and 39. RGB value is (91,74,57). Sum of RGB (Red+Green+Blue) = 91+74+57=222 (29% of max value = 765). Red value is 91 (35.94% from 255 or 40.99% from 222); Green value is 74 (29.30% from 255 or 33.33% from 222); Blue value is 57 (22.66% from 255 or 25.68% from 222); Max value from RGB is 91 - color contains mainly: red. Hex color #5B4A39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B4A39 is #A4B5C6. Grayscale: #4D4D4D. Windows color (decimal): -10794439 or 3754587. OLE color: 3754587.

HSL color Cylindrical-coordinate representation of color #5B4A39: hue angle of 30º degrees, saturation: 0.23, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5B4A39 is Cyan = 0, Magento = 0.19, Yellow = 0.37 and Black (K on CMYK) = 0.64.

Color convert

RGB 91 74 57 -
CMYK 0 0.19 0.37 0.64
HSL 30º 0.23% 0.29% -
HSV(B) 30º 0.37% 0.36% -
XYZ 7.5 7.42 4.91 -
YUV 77.15 116.63 137.88 -
System Red Green Blue C M Y K H S L
Decimal 91 74 57 0 0.19 0.37 0.64 30 0.23 0.29
Hex 5B 4A 39 0 13 25 40 1E 17 1D
Octal 133 112 71 0 23 45 100 36 27 35
Binary 1011011 1001010 111001 0 10011 100101 1000000 11110 10111 11101

Color Harmonies of #5B4A39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B4A39

Black with #5B4A39

Text Example


Text Example

White with #5B4A39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,74,57); }

 H1.HeaderClassName
 {
   color: #5B4A39;
 }
 .AnyTagClassName
 {
   color: #5B4A39;
 }
</style>

background-color css

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

 a { background-color: rgb(91,74,57); }

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

border-color css

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

 span { border-color: rgb(91,74,57); }

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