Html Css Color HEX #5A4B35 Metallic Bronze

📋 copy color: '#5A4B35'

red 90 ◦ green 75 ◦ blue 53

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

Shades of Metallic Bronze #5A4B35

Tints of Metallic Bronze #5A4B35

RGB

 RED value IS 90 (35.55% from 255) = 41.28%

 GREEN value IS 75 (29.69% from 255) = 34.4%

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

R = 41.28%
G = 34.4%
B = 24.31%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.41

 K value IS 0.65

RGB Variations

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

Color information

#5A4B35 (or 0x5A4B35) is known color: Metallic Bronze. HEX triplet: 5A, 4B and 35. RGB value is (90,75,53). Sum of RGB (Red+Green+Blue) = 90+75+53=218 (28% of max value = 765). Red value is 90 (35.55% from 255 or 41.28% from 218); Green value is 75 (29.69% from 255 or 34.40% from 218); Blue value is 53 (21.09% from 255 or 24.31% from 218); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4B35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A4B35 is #A5B4CA. Grayscale: #4D4D4D. Windows color (decimal): -10859723 or 3492698. OLE color: 3492698.

HSL color Cylindrical-coordinate representation of color #5A4B35: hue angle of 35.68º degrees, saturation: 0.26, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5A4B35 is Cyan = 0, Magento = 0.17, Yellow = 0.41 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 75 53 -
CMYK 0 0.17 0.41 0.65
HSL 35.68º 0.26% 0.28% -
HSV(B) 35.68º 0.41% 0.35% -
XYZ 7.38 7.46 4.42 -
YUV 76.98 114.47 137.29 -
System Red Green Blue C M Y K H S L
Decimal 90 75 53 0 0.17 0.41 0.65 35.68 0.26 0.28
Hex 5A 4B 35 0 11 29 41 24 1A 1C
Octal 132 113 65 0 21 51 101 44 32 34
Binary 1011010 1001011 110101 0 10001 101001 1000001 100100 11010 11100

Color Harmonies of #5A4B35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A4B35

Black with #5A4B35

Text Example


Text Example

White with #5A4B35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,75,53); }

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

background-color css

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

 a { background-color: rgb(90,75,53); }

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

border-color css

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

 span { border-color: rgb(90,75,53); }

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