Html Css Color HEX #584F20 Bronze Olive

📋 copy color: '#584F20'

red 88 ◦ green 79 ◦ blue 32

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

Shades of Bronze Olive #584F20

Tints of Bronze Olive #584F20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 16.08%

R = 44.22%
G = 39.7%
B = 16.08%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.64

 K value IS 0.65

RGB Variations

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

Color information

#584F20 (or 0x584F20) is known color: Bronze Olive. HEX triplet: 58, 4F and 20. RGB value is (88,79,32). Sum of RGB (Red+Green+Blue) = 88+79+32=199 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44.22% from 199); Green value is 79 (31.25% from 255 or 39.70% from 199); Blue value is 32 (12.89% from 255 or 16.08% from 199); Max value from RGB is 88 - color contains mainly: red. Hex color #584F20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #584F20 is #A7B0DF. Grayscale: #4C4C4C. Windows color (decimal): -10989792 or 2117464. OLE color: 2117464.

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

Color convert

RGB 88 79 32 -
CMYK 0 0.10 0.64 0.65
HSL 50.36º 0.47% 0.24% -
HSV(B) 50.36º 0.64% 0.35% -
XYZ 7.08 7.77 2.49 -
YUV 76.33 102.98 136.32 -
System Red Green Blue C M Y K H S L
Decimal 88 79 32 0 0.10 0.64 0.65 50.36 0.47 0.24
Hex 58 4F 20 0 A 40 41 32 2F 18
Octal 130 117 40 0 12 100 101 62 57 30
Binary 1011000 1001111 100000 0 1010 1000000 1000001 110010 101111 11000

Color Harmonies of #584F20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584F20

Black with #584F20

Text Example


Text Example

White with #584F20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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