Html Css Color HEX #584A09 Bronze Olive

📋 copy color: '#584A09'

red 88 ◦ green 74 ◦ blue 9

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

Shades of Bronze Olive #584A09

Tints of Bronze Olive #584A09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 5.26%

R = 51.46%
G = 43.27%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.90

 K value IS 0.65

RGB Variations

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

Color information

#584A09 (or 0x584A09) is known color: Bronze Olive. HEX triplet: 58, 4A and 09. RGB value is (88,74,9). Sum of RGB (Red+Green+Blue) = 88+74+9=171 (22% of max value = 765). Red value is 88 (34.77% from 255 or 51.46% from 171); Green value is 74 (29.30% from 255 or 43.27% from 171); Blue value is 9 (3.91% from 255 or 5.26% from 171); Max value from RGB is 88 - color contains mainly: red. Hex color #584A09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #584A09 is #A7B5F6. Grayscale: #474747. Windows color (decimal): -10991095 or 608856. OLE color: 608856.

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

Color convert

RGB 88 74 9 -
CMYK 0 0.16 0.90 0.65
HSL 49.37º 0.81% 0.19% -
HSV(B) 49.37º 0.9% 0.35% -
XYZ 6.52 6.99 1.26 -
YUV 70.78 93.14 140.29 -
System Red Green Blue C M Y K H S L
Decimal 88 74 9 0 0.16 0.90 0.65 49.37 0.81 0.19
Hex 58 4A 9 0 10 5A 41 31 51 13
Octal 130 112 11 0 20 132 101 61 121 23
Binary 1011000 1001010 1001 0 10000 1011010 1000001 110001 1010001 10011

Color Harmonies of #584A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584A09

Black with #584A09

Text Example


Text Example

White with #584A09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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