Html Css Color HEX #584A3A Metallic Bronze

📋 copy color: '#584A3A'

red 88 ◦ green 74 ◦ blue 58

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

Shades of Metallic Bronze #584A3A

Tints of Metallic Bronze #584A3A

RGB

 RED value IS 88 (34.77% from 255) = 40%

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

 BLUE value IS 58 (23.05% from 255) = 26.36%

R = 40%
G = 33.64%
B = 26.36%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.34

 K value IS 0.65

RGB Variations

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

Color information

#584A3A (or 0x584A3A) is known color: Metallic Bronze. HEX triplet: 58, 4A and 3A. RGB value is (88,74,58). Sum of RGB (Red+Green+Blue) = 88+74+58=220 (29% of max value = 765). Red value is 88 (34.77% from 255 or 40% from 220); Green value is 74 (29.30% from 255 or 33.64% from 220); Blue value is 58 (23.05% from 255 or 26.36% from 220); Max value from RGB is 88 - color contains mainly: red. Hex color #584A3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #584A3A is #A7B5C5. Grayscale: #4C4C4C. Windows color (decimal): -10991046 or 3820120. OLE color: 3820120.

HSL color Cylindrical-coordinate representation of color #584A3A: hue angle of 32º degrees, saturation: 0.21, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #584A3A is Cyan = 0, Magento = 0.16, Yellow = 0.34 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 74 58 -
CMYK 0 0.16 0.34 0.65
HSL 32º 0.21% 0.29% -
HSV(B) 32º 0.34% 0.35% -
XYZ 7.24 7.28 5.03 -
YUV 76.36 117.64 136.3 -
System Red Green Blue C M Y K H S L
Decimal 88 74 58 0 0.16 0.34 0.65 32 0.21 0.29
Hex 58 4A 3A 0 10 22 41 20 15 1D
Octal 130 112 72 0 20 42 101 40 25 35
Binary 1011000 1001010 111010 0 10000 100010 1000001 100000 10101 11101

Color Harmonies of #584A3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584A3A

Black with #584A3A

Text Example


Text Example

White with #584A3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #584A3A; }

 p { color: rgb(88,74,58); }

 H1.HeaderClassName
 {
   color: #584A3A;
 }
 .AnyTagClassName
 {
   color: #584A3A;
 }
</style>

background-color css

<style>
 a { background-color: #584A3A; }

 a { background-color: rgb(88,74,58); }

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

border-color css

<style>
 span { border-color: #584A3A; }

 span { border-color: rgb(88,74,58); }

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