Html Css Color HEX #584D16 Bronze Olive

📋 copy color: '#584D16'

red 88 ◦ green 77 ◦ blue 22

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

Shades of Bronze Olive #584D16

Tints of Bronze Olive #584D16

RGB

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

 GREEN value IS 77 (30.47% from 255) = 41.18%

 BLUE value IS 22 (8.98% from 255) = 11.76%

R = 47.06%
G = 41.18%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.75

 K value IS 0.65

RGB Variations

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

Color information

#584D16 (or 0x584D16) is known color: Bronze Olive. HEX triplet: 58, 4D and 16. RGB value is (88,77,22). Sum of RGB (Red+Green+Blue) = 88+77+22=187 (24% of max value = 765). Red value is 88 (34.77% from 255 or 47.06% from 187); Green value is 77 (30.47% from 255 or 41.18% from 187); Blue value is 22 (8.98% from 255 or 11.76% from 187); Max value from RGB is 88 - color contains mainly: red. Hex color #584D16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #584D16 is #A7B2E9. Grayscale: #4A4A4A. Windows color (decimal): -10990314 or 1461592. OLE color: 1461592.

HSL color Cylindrical-coordinate representation of color #584D16: hue angle of 50º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #584D16 is Cyan = 0, Magento = 0.12, Yellow = 0.75 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 77 22 -
CMYK 0 0.12 0.75 0.65
HSL 50º 0.6% 0.22% -
HSV(B) 50º 0.75% 0.35% -
XYZ 6.82 7.44 1.84 -
YUV 74.02 98.64 137.97 -
System Red Green Blue C M Y K H S L
Decimal 88 77 22 0 0.12 0.75 0.65 50 0.6 0.22
Hex 58 4D 16 0 C 4B 41 32 3C 16
Octal 130 115 26 0 14 113 101 62 74 26
Binary 1011000 1001101 10110 0 1100 1001011 1000001 110010 111100 10110

Color Harmonies of #584D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584D16

Black with #584D16

Text Example


Text Example

White with #584D16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,77,22); }

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

background-color css

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

 a { background-color: rgb(88,77,22); }

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

border-color css

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

 span { border-color: rgb(88,77,22); }

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