Html Css Color HEX #584F0E Bronze Olive

📋 copy color: '#584F0E'

red 88 ◦ green 79 ◦ blue 14

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

Shades of Bronze Olive #584F0E

Tints of Bronze Olive #584F0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 7.73%

R = 48.62%
G = 43.65%
B = 7.73%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.84

 K value IS 0.65

RGB Variations

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

Color information

#584F0E (or 0x584F0E) is known color: Bronze Olive. HEX triplet: 58, 4F and 0E. RGB value is (88,79,14). Sum of RGB (Red+Green+Blue) = 88+79+14=181 (23% of max value = 765). Red value is 88 (34.77% from 255 or 48.62% from 181); Green value is 79 (31.25% from 255 or 43.65% from 181); Blue value is 14 (5.86% from 255 or 7.73% from 181); Max value from RGB is 88 - color contains mainly: red. Hex color #584F0E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #584F0E is #A7B0F1. Grayscale: #4A4A4A. Windows color (decimal): -10989810 or 937816. OLE color: 937816.

HSL color Cylindrical-coordinate representation of color #584F0E: hue angle of 52.7º degrees, saturation: 0.73, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #584F0E is Cyan = 0, Magento = 0.10, Yellow = 0.84 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 79 14 -
CMYK 0 0.10 0.84 0.65
HSL 52.7º 0.73% 0.2% -
HSV(B) 52.7º 0.84% 0.35% -
XYZ 6.9 7.7 1.54 -
YUV 74.28 93.98 137.79 -
System Red Green Blue C M Y K H S L
Decimal 88 79 14 0 0.10 0.84 0.65 52.7 0.73 0.2
Hex 58 4F E 0 A 54 41 35 49 14
Octal 130 117 16 0 12 124 101 65 111 24
Binary 1011000 1001111 1110 0 1010 1010100 1000001 110101 1001001 10100

Color Harmonies of #584F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584F0E

Black with #584F0E

Text Example


Text Example

White with #584F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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