Html Css Color HEX #584F16 Bronze Olive

📋 copy color: '#584F16'

red 88 ◦ green 79 ◦ blue 22

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

Shades of Bronze Olive #584F16

Tints of Bronze Olive #584F16

RGB

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

 GREEN value IS 79 (31.25% from 255) = 41.8%

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

R = 46.56%
G = 41.8%
B = 11.64%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.75

 K value IS 0.65

RGB Variations

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

Color information

#584F16 (or 0x584F16) is known color: Bronze Olive. HEX triplet: 58, 4F and 16. RGB value is (88,79,22). Sum of RGB (Red+Green+Blue) = 88+79+22=189 (25% of max value = 765). Red value is 88 (34.77% from 255 or 46.56% from 189); Green value is 79 (31.25% from 255 or 41.80% from 189); Blue value is 22 (8.98% from 255 or 11.64% from 189); Max value from RGB is 88 - color contains mainly: red. Hex color #584F16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #584F16 is #A7B0E9. Grayscale: #4B4B4B. Windows color (decimal): -10989802 or 1462104. OLE color: 1462104.

HSL color Cylindrical-coordinate representation of color #584F16: hue angle of 51.82º 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 #584F16 is Cyan = 0, Magento = 0.10, Yellow = 0.75 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 79 22 -
CMYK 0 0.10 0.75 0.65
HSL 51.82º 0.6% 0.22% -
HSV(B) 51.82º 0.75% 0.35% -
XYZ 6.97 7.72 1.88 -
YUV 75.19 97.98 137.13 -
System Red Green Blue C M Y K H S L
Decimal 88 79 22 0 0.10 0.75 0.65 51.82 0.6 0.22
Hex 58 4F 16 0 A 4B 41 34 3C 16
Octal 130 117 26 0 12 113 101 64 74 26
Binary 1011000 1001111 10110 0 1010 1001011 1000001 110100 111100 10110

Color Harmonies of #584F16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584F16

Black with #584F16

Text Example


Text Example

White with #584F16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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