Html Css Color HEX #585114 Bronze Olive

📋 copy color: '#585114'

red 88 ◦ green 81 ◦ blue 20

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

Shades of Bronze Olive #585114

Tints of Bronze Olive #585114

RGB

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

 GREEN value IS 81 (32.03% from 255) = 42.86%

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

R = 46.56%
G = 42.86%
B = 10.58%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.77

 K value IS 0.65

RGB Variations

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

Color information

#585114 (or 0x585114) is known color: Bronze Olive. HEX triplet: 58, 51 and 14. RGB value is (88,81,20). Sum of RGB (Red+Green+Blue) = 88+81+20=189 (25% of max value = 765). Red value is 88 (34.77% from 255 or 46.56% from 189); Green value is 81 (32.03% from 255 or 42.86% from 189); Blue value is 20 (8.20% from 255 or 10.58% from 189); Max value from RGB is 88 - color contains mainly: red. Hex color #585114 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #585114 is #A7AEEB. Grayscale: #4C4C4C. Windows color (decimal): -10989292 or 1331544. OLE color: 1331544.

HSL color Cylindrical-coordinate representation of color #585114: hue angle of 53.82º 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 #585114 is Cyan = 0, Magento = 0.08, Yellow = 0.77 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 81 20 -
CMYK 0 0.08 0.77 0.65
HSL 53.82º 0.63% 0.21% -
HSV(B) 53.82º 0.77% 0.35% -
XYZ 7.09 8.01 1.83 -
YUV 76.14 96.32 136.46 -
System Red Green Blue C M Y K H S L
Decimal 88 81 20 0 0.08 0.77 0.65 53.82 0.63 0.21
Hex 58 51 14 0 8 4D 41 36 3F 15
Octal 130 121 24 0 10 115 101 66 77 25
Binary 1011000 1010001 10100 0 1000 1001101 1000001 110110 111111 10101

Color Harmonies of #585114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585114

Black with #585114

Text Example


Text Example

White with #585114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585114; }

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

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

background-color css

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

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

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

border-color css

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

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

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