Html Css Color HEX #585121 Bronze Olive

📋 copy color: '#585121'

red 88 ◦ green 81 ◦ blue 33

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

Shades of Bronze Olive #585121

Tints of Bronze Olive #585121

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 16.34%

R = 43.56%
G = 40.1%
B = 16.34%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.62

 K value IS 0.65

RGB Variations

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

Color information

#585121 (or 0x585121) is known color: Bronze Olive. HEX triplet: 58, 51 and 21. RGB value is (88,81,33). Sum of RGB (Red+Green+Blue) = 88+81+33=202 (26% of max value = 765). Red value is 88 (34.77% from 255 or 43.56% from 202); Green value is 81 (32.03% from 255 or 40.10% from 202); Blue value is 33 (13.28% from 255 or 16.34% from 202); Max value from RGB is 88 - color contains mainly: red. Hex color #585121 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585121 is #A7AEDE. Grayscale: #4D4D4D. Windows color (decimal): -10989279 or 2183512. OLE color: 2183512.

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

Color convert

RGB 88 81 33 -
CMYK 0 0.08 0.62 0.65
HSL 52.36º 0.45% 0.24% -
HSV(B) 52.36º 0.63% 0.35% -
XYZ 7.24 8.07 2.61 -
YUV 77.62 102.82 135.4 -
System Red Green Blue C M Y K H S L
Decimal 88 81 33 0 0.08 0.62 0.65 52.36 0.45 0.24
Hex 58 51 21 0 8 3E 41 34 2D 18
Octal 130 121 41 0 10 76 101 64 55 30
Binary 1011000 1010001 100001 0 1000 111110 1000001 110100 101101 11000

Color Harmonies of #585121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585121

Black with #585121

Text Example


Text Example

White with #585121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585121; }

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

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

background-color css

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

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

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

border-color css

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

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

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