Html Css Color HEX #585411 Bronze Olive

📋 copy color: '#585411'

red 88 ◦ green 84 ◦ blue 17

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

Shades of Bronze Olive #585411

Tints of Bronze Olive #585411

RGB

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

 GREEN value IS 84 (33.2% from 255) = 44.44%

 BLUE value IS 17 (7.03% from 255) = 8.99%

R = 46.56%
G = 44.44%
B = 8.99%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.81

 K value IS 0.65

RGB Variations

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

Color information

#585411 (or 0x585411) is known color: Bronze Olive. HEX triplet: 58, 54 and 11. RGB value is (88,84,17). Sum of RGB (Red+Green+Blue) = 88+84+17=189 (25% of max value = 765). Red value is 88 (34.77% from 255 or 46.56% from 189); Green value is 84 (33.20% from 255 or 44.44% from 189); Blue value is 17 (7.03% from 255 or 8.99% from 189); Max value from RGB is 88 - color contains mainly: red. Hex color #585411 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #585411 is #A7ABEE. Grayscale: #4D4D4D. Windows color (decimal): -10988527 or 1135704. OLE color: 1135704.

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

Color convert

RGB 88 84 17 -
CMYK 0 0.05 0.81 0.65
HSL 56.62º 0.68% 0.21% -
HSV(B) 56.62º 0.81% 0.35% -
XYZ 7.3 8.46 1.78 -
YUV 77.56 93.83 135.45 -
System Red Green Blue C M Y K H S L
Decimal 88 84 17 0 0.05 0.81 0.65 56.62 0.68 0.21
Hex 58 54 11 0 5 51 41 39 44 15
Octal 130 124 21 0 5 121 101 71 104 25
Binary 1011000 1010100 10001 0 101 1010001 1000001 111001 1000100 10101

Color Harmonies of #585411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585411

Black with #585411

Text Example


Text Example

White with #585411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585411; }

 p { color: rgb(88,84,17); }

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

background-color css

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

 a { background-color: rgb(88,84,17); }

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

border-color css

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

 span { border-color: rgb(88,84,17); }

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