Html Css Color HEX #5A4833 Metallic Bronze

📋 copy color: '#5A4833'

red 90 ◦ green 72 ◦ blue 51

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

Shades of Metallic Bronze #5A4833

Tints of Metallic Bronze #5A4833

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 23.94%

R = 42.25%
G = 33.8%
B = 23.94%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.43

 K value IS 0.65

RGB Variations

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

Color information

#5A4833 (or 0x5A4833) is known color: Metallic Bronze. HEX triplet: 5A, 48 and 33. RGB value is (90,72,51). Sum of RGB (Red+Green+Blue) = 90+72+51=213 (28% of max value = 765). Red value is 90 (35.55% from 255 or 42.25% from 213); Green value is 72 (28.52% from 255 or 33.80% from 213); Blue value is 51 (20.31% from 255 or 23.94% from 213); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4833 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A4833 is #A5B7CC. Grayscale: #4B4B4B. Windows color (decimal): -10860493 or 3360858. OLE color: 3360858.

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

Color convert

RGB 90 72 51 -
CMYK 0 0.20 0.43 0.65
HSL 32.31º 0.28% 0.28% -
HSV(B) 32.31º 0.43% 0.35% -
XYZ 7.13 7.05 4.12 -
YUV 74.99 114.46 138.71 -
System Red Green Blue C M Y K H S L
Decimal 90 72 51 0 0.20 0.43 0.65 32.31 0.28 0.28
Hex 5A 48 33 0 14 2B 41 20 1C 1C
Octal 132 110 63 0 24 53 101 40 34 34
Binary 1011010 1001000 110011 0 10100 101011 1000001 100000 11100 11100

Color Harmonies of #5A4833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A4833

Black with #5A4833

Text Example


Text Example

White with #5A4833

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,72,51); }

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

background-color css

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

 a { background-color: rgb(90,72,51); }

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

border-color css

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

 span { border-color: rgb(90,72,51); }

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