Html Css Color HEX #584A35 Metallic Bronze

📋 copy color: '#584A35'

red 88 ◦ green 74 ◦ blue 53

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

Shades of Metallic Bronze #584A35

Tints of Metallic Bronze #584A35

RGB

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

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

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

R = 40.93%
G = 34.42%
B = 24.65%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.40

 K value IS 0.65

RGB Variations

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

Color information

#584A35 (or 0x584A35) is known color: Metallic Bronze. HEX triplet: 58, 4A and 35. RGB value is (88,74,53). Sum of RGB (Red+Green+Blue) = 88+74+53=215 (28% of max value = 765). Red value is 88 (34.77% from 255 or 40.93% from 215); Green value is 74 (29.30% from 255 or 34.42% from 215); Blue value is 53 (21.09% from 255 or 24.65% from 215); Max value from RGB is 88 - color contains mainly: red. Hex color #584A35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #584A35 is #A7B5CA. Grayscale: #4B4B4B. Windows color (decimal): -10991051 or 3492440. OLE color: 3492440.

HSL color Cylindrical-coordinate representation of color #584A35: hue angle of 36º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #584A35 is Cyan = 0, Magento = 0.16, Yellow = 0.40 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 74 53 -
CMYK 0 0.16 0.40 0.65
HSL 36º 0.25% 0.28% -
HSV(B) 36º 0.4% 0.35% -
XYZ 7.12 7.23 4.39 -
YUV 75.79 115.14 136.71 -
System Red Green Blue C M Y K H S L
Decimal 88 74 53 0 0.16 0.40 0.65 36 0.25 0.28
Hex 58 4A 35 0 10 28 41 24 19 1C
Octal 130 112 65 0 20 50 101 44 31 34
Binary 1011000 1001010 110101 0 10000 101000 1000001 100100 11001 11100

Color Harmonies of #584A35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584A35

Black with #584A35

Text Example


Text Example

White with #584A35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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