Html Css Color HEX #584A3B Metallic Bronze

📋 copy color: '#584A3B'

red 88 ◦ green 74 ◦ blue 59

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

Shades of Metallic Bronze #584A3B

Tints of Metallic Bronze #584A3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 26.7%

R = 39.82%
G = 33.48%
B = 26.7%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.33

 K value IS 0.65

RGB Variations

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

Color information

#584A3B (or 0x584A3B) is known color: Metallic Bronze. HEX triplet: 58, 4A and 3B. RGB value is (88,74,59). Sum of RGB (Red+Green+Blue) = 88+74+59=221 (29% of max value = 765). Red value is 88 (34.77% from 255 or 39.82% from 221); Green value is 74 (29.30% from 255 or 33.48% from 221); Blue value is 59 (23.44% from 255 or 26.70% from 221); Max value from RGB is 88 - color contains mainly: red. Hex color #584A3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #584A3B is #A7B5C4. Grayscale: #4C4C4C. Windows color (decimal): -10991045 or 3885656. OLE color: 3885656.

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

Color convert

RGB 88 74 59 -
CMYK 0 0.16 0.33 0.65
HSL 31.03º 0.2% 0.29% -
HSV(B) 31.03º 0.33% 0.35% -
XYZ 7.26 7.29 5.16 -
YUV 76.48 118.14 136.22 -
System Red Green Blue C M Y K H S L
Decimal 88 74 59 0 0.16 0.33 0.65 31.03 0.2 0.29
Hex 58 4A 3B 0 10 21 41 1F 14 1D
Octal 130 112 73 0 20 41 101 37 24 35
Binary 1011000 1001010 111011 0 10000 100001 1000001 11111 10100 11101

Color Harmonies of #584A3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584A3B

Black with #584A3B

Text Example


Text Example

White with #584A3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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