Html Css Color HEX #584700 Bronze Olive

📋 copy color: '#584700'

red 88 ◦ green 71 ◦ blue 0

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

Shades of Bronze Olive #584700

Tints of Bronze Olive #584700

RGB

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

 GREEN value IS 71 (28.13% from 255) = 44.65%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 55.35%
G = 44.65%
B = 0%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 1

 K value IS 0.65

RGB Variations

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

Color information

#584700 (or 0x584700) is known color: Bronze Olive. HEX triplet: 58, 47 and 00. RGB value is (88,71,0). Sum of RGB (Red+Green+Blue) = 88+71+0=159 (21% of max value = 765). Red value is 88 (34.77% from 255 or 55.35% from 159); Green value is 71 (28.12% from 255 or 44.65% from 159); Blue value is 0 (0.39% from 255 or 0% from 159); Max value from RGB is 88 - color contains mainly: red. Hex color #584700 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #584700 is #A7B8FF. Grayscale: #444444. Windows color (decimal): -10991872 or 18264. OLE color: 18264.

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

Color convert

RGB 88 71 0 -
CMYK 0 0.19 1 0.65
HSL 48.41º 1% 0.17% -
HSV(B) 48.41º 1% 0.35% -
XYZ 6.28 6.58 0.94 -
YUV 67.99 89.63 142.27 -
System Red Green Blue C M Y K H S L
Decimal 88 71 0 0 0.19 1 0.65 48.41 1 0.17
Hex 58 47 0 0 13 64 41 30 64 11
Octal 130 107 0 0 23 144 101 60 144 21
Binary 1011000 1000111 0 0 10011 1100100 1000001 110000 1100100 10001

Color Harmonies of #584700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584700

Black with #584700

Text Example


Text Example

White with #584700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #584700; }

 p { color: rgb(88,71,0); }

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

background-color css

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

 a { background-color: rgb(88,71,0); }

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

border-color css

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

 span { border-color: rgb(88,71,0); }

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