Html Css Color HEX #585009 Bronze Olive

📋 copy color: '#585009'

red 88 ◦ green 80 ◦ blue 9

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

Shades of Bronze Olive #585009

Tints of Bronze Olive #585009

RGB

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

 GREEN value IS 80 (31.64% from 255) = 45.2%

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

R = 49.72%
G = 45.2%
B = 5.08%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.90

 K value IS 0.65

RGB Variations

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

Color information

#585009 (or 0x585009) is known color: Bronze Olive. HEX triplet: 58, 50 and 09. RGB value is (88,80,9). Sum of RGB (Red+Green+Blue) = 88+80+9=177 (23% of max value = 765). Red value is 88 (34.77% from 255 or 49.72% from 177); Green value is 80 (31.64% from 255 or 45.20% from 177); Blue value is 9 (3.91% from 255 or 5.08% from 177); Max value from RGB is 88 - color contains mainly: red. Hex color #585009 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #585009 is #A7AFF6. Grayscale: #4A4A4A. Windows color (decimal): -10989559 or 610392. OLE color: 610392.

HSL color Cylindrical-coordinate representation of color #585009: hue angle of 53.92º 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 #585009 is Cyan = 0, Magento = 0.09, Yellow = 0.90 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 80 9 -
CMYK 0 0.09 0.90 0.65
HSL 53.92º 0.81% 0.19% -
HSV(B) 53.92º 0.9% 0.35% -
XYZ 6.94 7.83 1.4 -
YUV 74.3 91.15 137.77 -
System Red Green Blue C M Y K H S L
Decimal 88 80 9 0 0.09 0.90 0.65 53.92 0.81 0.19
Hex 58 50 9 0 9 5A 41 36 51 13
Octal 130 120 11 0 11 132 101 66 121 23
Binary 1011000 1010000 1001 0 1001 1011010 1000001 110110 1010001 10011

Color Harmonies of #585009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585009

Black with #585009

Text Example


Text Example

White with #585009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585009; }

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

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

background-color css

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

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

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

border-color css

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

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

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