Html Css Color HEX #585007 Bronze Olive

📋 copy color: '#585007'

red 88 ◦ green 80 ◦ blue 7

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

Shades of Bronze Olive #585007

Tints of Bronze Olive #585007

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 4%

R = 50.29%
G = 45.71%
B = 4%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.92

 K value IS 0.65

RGB Variations

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

Color information

#585007 (or 0x585007) is known color: Bronze Olive. HEX triplet: 58, 50 and 07. RGB value is (88,80,7). Sum of RGB (Red+Green+Blue) = 88+80+7=175 (23% of max value = 765). Red value is 88 (34.77% from 255 or 50.29% from 175); Green value is 80 (31.64% from 255 or 45.71% from 175); Blue value is 7 (3.12% from 255 or 4% from 175); Max value from RGB is 88 - color contains mainly: red. Hex color #585007 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #585007 is #A7AFF8. Grayscale: #4A4A4A. Windows color (decimal): -10989561 or 479320. OLE color: 479320.

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

Color convert

RGB 88 80 7 -
CMYK 0 0.09 0.92 0.65
HSL 54.07º 0.85% 0.19% -
HSV(B) 54.07º 0.92% 0.35% -
XYZ 6.93 7.83 1.35 -
YUV 74.07 90.15 137.94 -
System Red Green Blue C M Y K H S L
Decimal 88 80 7 0 0.09 0.92 0.65 54.07 0.85 0.19
Hex 58 50 7 0 9 5C 41 36 55 13
Octal 130 120 7 0 11 134 101 66 125 23
Binary 1011000 1010000 111 0 1001 1011100 1000001 110110 1010101 10011

Color Harmonies of #585007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585007

Black with #585007

Text Example


Text Example

White with #585007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585007; }

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

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

background-color css

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

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

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

border-color css

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

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

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