Html Css Color HEX #585311 Bronze Olive

📋 copy color: '#585311'

red 88 ◦ green 83 ◦ blue 17

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

Shades of Bronze Olive #585311

Tints of Bronze Olive #585311

RGB

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

 GREEN value IS 83 (32.81% from 255) = 44.15%

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

R = 46.81%
G = 44.15%
B = 9.04%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.81

 K value IS 0.65

RGB Variations

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

Color information

#585311 (or 0x585311) is known color: Bronze Olive. HEX triplet: 58, 53 and 11. RGB value is (88,83,17). Sum of RGB (Red+Green+Blue) = 88+83+17=188 (24% of max value = 765). Red value is 88 (34.77% from 255 or 46.81% from 188); Green value is 83 (32.81% from 255 or 44.15% from 188); Blue value is 17 (7.03% from 255 or 9.04% from 188); Max value from RGB is 88 - color contains mainly: red. Hex color #585311 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #585311 is #A7ACEE. Grayscale: #4D4D4D. Windows color (decimal): -10988783 or 1135448. OLE color: 1135448.

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

Color convert

RGB 88 83 17 -
CMYK 0 0.06 0.81 0.65
HSL 55.77º 0.68% 0.21% -
HSV(B) 55.77º 0.81% 0.35% -
XYZ 7.22 8.3 1.75 -
YUV 76.97 94.16 135.87 -
System Red Green Blue C M Y K H S L
Decimal 88 83 17 0 0.06 0.81 0.65 55.77 0.68 0.21
Hex 58 53 11 0 6 51 41 38 44 15
Octal 130 123 21 0 6 121 101 70 104 25
Binary 1011000 1010011 10001 0 110 1010001 1000001 111000 1000100 10101

Color Harmonies of #585311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585311

Black with #585311

Text Example


Text Example

White with #585311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585311; }

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

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

background-color css

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

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

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

border-color css

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

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

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