Html Css Color HEX #585105 Bronze Olive

📋 copy color: '#585105'

red 88 ◦ green 81 ◦ blue 5

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

Shades of Bronze Olive #585105

Tints of Bronze Olive #585105

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.87%

R = 50.57%
G = 46.55%
B = 2.87%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.94

 K value IS 0.65

RGB Variations

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

Color information

#585105 (or 0x585105) is known color: Bronze Olive. HEX triplet: 58, 51 and 05. RGB value is (88,81,5). Sum of RGB (Red+Green+Blue) = 88+81+5=174 (23% of max value = 765). Red value is 88 (34.77% from 255 or 50.57% from 174); Green value is 81 (32.03% from 255 or 46.55% from 174); Blue value is 5 (2.34% from 255 or 2.87% from 174); Max value from RGB is 88 - color contains mainly: red. Hex color #585105 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #585105 is #A7AEFA. Grayscale: #4A4A4A. Windows color (decimal): -10989307 or 348504. OLE color: 348504.

HSL color Cylindrical-coordinate representation of color #585105: hue angle of 54.94º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #585105 is Cyan = 0, Magento = 0.08, Yellow = 0.94 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 81 5 -
CMYK 0 0.08 0.94 0.65
HSL 54.94º 0.89% 0.18% -
HSV(B) 54.94º 0.94% 0.35% -
XYZ 6.99 7.97 1.31 -
YUV 74.43 88.82 137.68 -
System Red Green Blue C M Y K H S L
Decimal 88 81 5 0 0.08 0.94 0.65 54.94 0.89 0.18
Hex 58 51 5 0 8 5E 41 37 59 12
Octal 130 121 5 0 10 136 101 67 131 22
Binary 1011000 1010001 101 0 1000 1011110 1000001 110111 1011001 10010

Color Harmonies of #585105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585105

Black with #585105

Text Example


Text Example

White with #585105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585105; }

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

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

background-color css

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

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

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

border-color css

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

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

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