Html Css Color HEX #585517 Bronze Olive

📋 copy color: '#585517'

red 88 ◦ green 85 ◦ blue 23

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

Shades of Bronze Olive #585517

Tints of Bronze Olive #585517

RGB

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

 GREEN value IS 85 (33.59% from 255) = 43.37%

 BLUE value IS 23 (9.38% from 255) = 11.73%

R = 44.9%
G = 43.37%
B = 11.73%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.74

 K value IS 0.65

RGB Variations

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

Color information

#585517 (or 0x585517) is known color: Bronze Olive. HEX triplet: 58, 55 and 17. RGB value is (88,85,23). Sum of RGB (Red+Green+Blue) = 88+85+23=196 (25% of max value = 765). Red value is 88 (34.77% from 255 or 44.90% from 196); Green value is 85 (33.59% from 255 or 43.37% from 196); Blue value is 23 (9.38% from 255 or 11.73% from 196); Max value from RGB is 88 - color contains mainly: red. Hex color #585517 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #585517 is #A7AAE8. Grayscale: #4F4F4F. Windows color (decimal): -10988265 or 1529176. OLE color: 1529176.

HSL color Cylindrical-coordinate representation of color #585517: hue angle of 57.23º degrees, saturation: 0.59, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #585517 is Cyan = 0, Magento = 0.03, Yellow = 0.74 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 85 23 -
CMYK 0 0.03 0.74 0.65
HSL 57.23º 0.59% 0.22% -
HSV(B) 57.23º 0.74% 0.35% -
XYZ 7.43 8.63 2.09 -
YUV 78.83 96.49 134.54 -
System Red Green Blue C M Y K H S L
Decimal 88 85 23 0 0.03 0.74 0.65 57.23 0.59 0.22
Hex 58 55 17 0 3 4A 41 39 3B 16
Octal 130 125 27 0 3 112 101 71 73 26
Binary 1011000 1010101 10111 0 11 1001010 1000001 111001 111011 10110

Color Harmonies of #585517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585517

Black with #585517

Text Example


Text Example

White with #585517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585517; }

 p { color: rgb(88,85,23); }

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

background-color css

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

 a { background-color: rgb(88,85,23); }

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

border-color css

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

 span { border-color: rgb(88,85,23); }

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