Html Css Color HEX #584A2A Bronze Olive

📋 copy color: '#584A2A'

red 88 ◦ green 74 ◦ blue 42

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

Shades of Bronze Olive #584A2A

Tints of Bronze Olive #584A2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 20.59%

R = 43.14%
G = 36.27%
B = 20.59%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.52

 K value IS 0.65

RGB Variations

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

Color information

#584A2A (or 0x584A2A) is known color: Bronze Olive. HEX triplet: 58, 4A and 2A. RGB value is (88,74,42). Sum of RGB (Red+Green+Blue) = 88+74+42=204 (27% of max value = 765). Red value is 88 (34.77% from 255 or 43.14% from 204); Green value is 74 (29.30% from 255 or 36.27% from 204); Blue value is 42 (16.80% from 255 or 20.59% from 204); Max value from RGB is 88 - color contains mainly: red. Hex color #584A2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #584A2A is #A7B5D5. Grayscale: #4A4A4A. Windows color (decimal): -10991062 or 2771544. OLE color: 2771544.

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

Color convert

RGB 88 74 42 -
CMYK 0 0.16 0.52 0.65
HSL 41.74º 0.35% 0.25% -
HSV(B) 41.74º 0.52% 0.35% -
XYZ 6.89 7.14 3.21 -
YUV 74.54 109.64 137.6 -
System Red Green Blue C M Y K H S L
Decimal 88 74 42 0 0.16 0.52 0.65 41.74 0.35 0.25
Hex 58 4A 2A 0 10 34 41 2A 23 19
Octal 130 112 52 0 20 64 101 52 43 31
Binary 1011000 1001010 101010 0 10000 110100 1000001 101010 100011 11001

Color Harmonies of #584A2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584A2A

Black with #584A2A

Text Example


Text Example

White with #584A2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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