Html Css Color HEX #5B4A35 Metallic Bronze

📋 copy color: '#5B4A35'

red 91 ◦ green 74 ◦ blue 53

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

Shades of Metallic Bronze #5B4A35

Tints of Metallic Bronze #5B4A35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 24.31%

R = 41.74%
G = 33.94%
B = 24.31%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.42

 K value IS 0.64

RGB Variations

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

Color information

#5B4A35 (or 0x5B4A35) is known color: Metallic Bronze. HEX triplet: 5B, 4A and 35. RGB value is (91,74,53). Sum of RGB (Red+Green+Blue) = 91+74+53=218 (28% of max value = 765). Red value is 91 (35.94% from 255 or 41.74% from 218); Green value is 74 (29.30% from 255 or 33.94% from 218); Blue value is 53 (21.09% from 255 or 24.31% from 218); Max value from RGB is 91 - color contains mainly: red. Hex color #5B4A35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B4A35 is #A4B5CA. Grayscale: #4C4C4C. Windows color (decimal): -10794443 or 3492443. OLE color: 3492443.

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

Color convert

RGB 91 74 53 -
CMYK 0 0.19 0.42 0.64
HSL 33.16º 0.26% 0.28% -
HSV(B) 33.16º 0.42% 0.36% -
XYZ 7.41 7.38 4.4 -
YUV 76.69 114.63 138.21 -
System Red Green Blue C M Y K H S L
Decimal 91 74 53 0 0.19 0.42 0.64 33.16 0.26 0.28
Hex 5B 4A 35 0 13 2A 40 21 1A 1C
Octal 133 112 65 0 23 52 100 41 32 34
Binary 1011011 1001010 110101 0 10011 101010 1000000 100001 11010 11100

Color Harmonies of #5B4A35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B4A35

Black with #5B4A35

Text Example


Text Example

White with #5B4A35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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