Html Css Color HEX #585214 Bronze Olive

📋 copy color: '#585214'

red 88 ◦ green 82 ◦ blue 20

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

Shades of Bronze Olive #585214

Tints of Bronze Olive #585214

RGB

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

 GREEN value IS 82 (32.42% from 255) = 43.16%

 BLUE value IS 20 (8.2% from 255) = 10.53%

R = 46.32%
G = 43.16%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.77

 K value IS 0.65

RGB Variations

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

Color information

#585214 (or 0x585214) is known color: Bronze Olive. HEX triplet: 58, 52 and 14. RGB value is (88,82,20). Sum of RGB (Red+Green+Blue) = 88+82+20=190 (25% of max value = 765). Red value is 88 (34.77% from 255 or 46.32% from 190); Green value is 82 (32.42% from 255 or 43.16% from 190); Blue value is 20 (8.20% from 255 or 10.53% from 190); Max value from RGB is 88 - color contains mainly: red. Hex color #585214 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #585214 is #A7ADEB. Grayscale: #4C4C4C. Windows color (decimal): -10989036 or 1331800. OLE color: 1331800.

HSL color Cylindrical-coordinate representation of color #585214: hue angle of 54.71º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #585214 is Cyan = 0, Magento = 0.07, Yellow = 0.77 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 82 20 -
CMYK 0 0.07 0.77 0.65
HSL 54.71º 0.63% 0.21% -
HSV(B) 54.71º 0.77% 0.35% -
XYZ 7.17 8.16 1.86 -
YUV 76.73 95.99 136.04 -
System Red Green Blue C M Y K H S L
Decimal 88 82 20 0 0.07 0.77 0.65 54.71 0.63 0.21
Hex 58 52 14 0 7 4D 41 37 3F 15
Octal 130 122 24 0 7 115 101 67 77 25
Binary 1011000 1010010 10100 0 111 1001101 1000001 110111 111111 10101

Color Harmonies of #585214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585214

Black with #585214

Text Example


Text Example

White with #585214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585214; }

 p { color: rgb(88,82,20); }

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

background-color css

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

 a { background-color: rgb(88,82,20); }

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

border-color css

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

 span { border-color: rgb(88,82,20); }

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