Html Css Color HEX #584F01 Bronze Olive

📋 copy color: '#584F01'

red 88 ◦ green 79 ◦ blue 1

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

Shades of Bronze Olive #584F01

Tints of Bronze Olive #584F01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.6%

R = 52.38%
G = 47.02%
B = 0.6%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.99

 K value IS 0.65

RGB Variations

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

Color information

#584F01 (or 0x584F01) is known color: Bronze Olive. HEX triplet: 58, 4F and 01. RGB value is (88,79,1). Sum of RGB (Red+Green+Blue) = 88+79+1=168 (22% of max value = 765). Red value is 88 (34.77% from 255 or 52.38% from 168); Green value is 79 (31.25% from 255 or 47.02% from 168); Blue value is 1 (0.78% from 255 or 0.60% from 168); Max value from RGB is 88 - color contains mainly: red. Hex color #584F01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #584F01 is #A7B0FE. Grayscale: #494949. Windows color (decimal): -10989823 or 85848. OLE color: 85848.

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

Color convert

RGB 88 79 1 -
CMYK 0 0.10 0.99 0.65
HSL 53.79º 0.98% 0.17% -
HSV(B) 53.79º 0.99% 0.35% -
XYZ 6.83 7.67 1.15 -
YUV 72.8 87.48 138.84 -
System Red Green Blue C M Y K H S L
Decimal 88 79 1 0 0.10 0.99 0.65 53.79 0.98 0.17
Hex 58 4F 1 0 A 63 41 36 62 11
Octal 130 117 1 0 12 143 101 66 142 21
Binary 1011000 1001111 1 0 1010 1100011 1000001 110110 1100010 10001

Color Harmonies of #584F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584F01

Black with #584F01

Text Example


Text Example

White with #584F01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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