Html Css Color HEX #5B4832 Metallic Bronze

📋 copy color: '#5B4832'

red 91 ◦ green 72 ◦ blue 50

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

Shades of Metallic Bronze #5B4832

Tints of Metallic Bronze #5B4832

RGB

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

 GREEN value IS 72 (28.52% from 255) = 33.8%

 BLUE value IS 50 (19.92% from 255) = 23.47%

R = 42.72%
G = 33.8%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.45

 K value IS 0.64

RGB Variations

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

Color information

#5B4832 (or 0x5B4832) is known color: Metallic Bronze. HEX triplet: 5B, 48 and 32. RGB value is (91,72,50). Sum of RGB (Red+Green+Blue) = 91+72+50=213 (28% of max value = 765). Red value is 91 (35.94% from 255 or 42.72% from 213); Green value is 72 (28.52% from 255 or 33.80% from 213); Blue value is 50 (19.92% from 255 or 23.47% from 213); Max value from RGB is 91 - color contains mainly: red. Hex color #5B4832 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B4832 is #A4B7CD. Grayscale: #4B4B4B. Windows color (decimal): -10794958 or 3295323. OLE color: 3295323.

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

Color convert

RGB 91 72 50 -
CMYK 0 0.21 0.45 0.64
HSL 32.2º 0.29% 0.28% -
HSV(B) 32.2º 0.45% 0.36% -
XYZ 7.21 7.09 4.01 -
YUV 75.17 113.79 139.29 -
System Red Green Blue C M Y K H S L
Decimal 91 72 50 0 0.21 0.45 0.64 32.2 0.29 0.28
Hex 5B 48 32 0 15 2D 40 20 1D 1C
Octal 133 110 62 0 25 55 100 40 35 34
Binary 1011011 1001000 110010 0 10101 101101 1000000 100000 11101 11100

Color Harmonies of #5B4832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B4832

Black with #5B4832

Text Example


Text Example

White with #5B4832

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,72,50); }

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

background-color css

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

 a { background-color: rgb(91,72,50); }

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

border-color css

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

 span { border-color: rgb(91,72,50); }

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