Html Css Color HEX #584F10 Bronze Olive

📋 copy color: '#584F10'

red 88 ◦ green 79 ◦ blue 16

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

Shades of Bronze Olive #584F10

Tints of Bronze Olive #584F10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 8.74%

R = 48.09%
G = 43.17%
B = 8.74%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.82

 K value IS 0.65

RGB Variations

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

Color information

#584F10 (or 0x584F10) is known color: Bronze Olive. HEX triplet: 58, 4F and 10. RGB value is (88,79,16). Sum of RGB (Red+Green+Blue) = 88+79+16=183 (24% of max value = 765). Red value is 88 (34.77% from 255 or 48.09% from 183); Green value is 79 (31.25% from 255 or 43.17% from 183); Blue value is 16 (6.64% from 255 or 8.74% from 183); Max value from RGB is 88 - color contains mainly: red. Hex color #584F10 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #584F10 is #A7B0EF. Grayscale: #4A4A4A. Windows color (decimal): -10989808 or 1068888. OLE color: 1068888.

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

Color convert

RGB 88 79 16 -
CMYK 0 0.10 0.82 0.65
HSL 52.5º 0.69% 0.2% -
HSV(B) 52.5º 0.82% 0.35% -
XYZ 6.91 7.7 1.61 -
YUV 74.51 94.98 137.62 -
System Red Green Blue C M Y K H S L
Decimal 88 79 16 0 0.10 0.82 0.65 52.5 0.69 0.2
Hex 58 4F 10 0 A 52 41 34 45 14
Octal 130 117 20 0 12 122 101 64 105 24
Binary 1011000 1001111 10000 0 1010 1010010 1000001 110100 1000101 10100

Color Harmonies of #584F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584F10

Black with #584F10

Text Example


Text Example

White with #584F10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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