Html Css Color HEX #585008 Bronze Olive

📋 copy color: '#585008'

red 88 ◦ green 80 ◦ blue 8

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

Shades of Bronze Olive #585008

Tints of Bronze Olive #585008

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 4.55%

R = 50%
G = 45.45%
B = 4.55%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.91

 K value IS 0.65

RGB Variations

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

Color information

#585008 (or 0x585008) is known color: Bronze Olive. HEX triplet: 58, 50 and 08. RGB value is (88,80,8). Sum of RGB (Red+Green+Blue) = 88+80+8=176 (23% of max value = 765). Red value is 88 (34.77% from 255 or 50% from 176); Green value is 80 (31.64% from 255 or 45.45% from 176); Blue value is 8 (3.52% from 255 or 4.55% from 176); Max value from RGB is 88 - color contains mainly: red. Hex color #585008 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #585008 is #A7AFF7. Grayscale: #4A4A4A. Windows color (decimal): -10989560 or 544856. OLE color: 544856.

HSL color Cylindrical-coordinate representation of color #585008: hue angle of 54º degrees, saturation: 0.83, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #585008 is Cyan = 0, Magento = 0.09, Yellow = 0.91 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 80 8 -
CMYK 0 0.09 0.91 0.65
HSL 54º 0.83% 0.19% -
HSV(B) 54º 0.91% 0.35% -
XYZ 6.94 7.83 1.38 -
YUV 74.18 90.65 137.85 -
System Red Green Blue C M Y K H S L
Decimal 88 80 8 0 0.09 0.91 0.65 54 0.83 0.19
Hex 58 50 8 0 9 5B 41 36 53 13
Octal 130 120 10 0 11 133 101 66 123 23
Binary 1011000 1010000 1000 0 1001 1011011 1000001 110110 1010011 10011

Color Harmonies of #585008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585008

Black with #585008

Text Example


Text Example

White with #585008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585008; }

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

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

background-color css

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

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

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

border-color css

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

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

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