Html Css Color HEX #585024 Bronze Olive

📋 copy color: '#585024'

red 88 ◦ green 80 ◦ blue 36

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

Shades of Bronze Olive #585024

Tints of Bronze Olive #585024

RGB

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

 GREEN value IS 80 (31.64% from 255) = 39.22%

 BLUE value IS 36 (14.45% from 255) = 17.65%

R = 43.14%
G = 39.22%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.59

 K value IS 0.65

RGB Variations

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

Color information

#585024 (or 0x585024) is known color: Bronze Olive. HEX triplet: 58, 50 and 24. RGB value is (88,80,36). Sum of RGB (Red+Green+Blue) = 88+80+36=204 (27% of max value = 765). Red value is 88 (34.77% from 255 or 43.14% from 204); Green value is 80 (31.64% from 255 or 39.22% from 204); Blue value is 36 (14.45% from 255 or 17.65% from 204); Max value from RGB is 88 - color contains mainly: red. Hex color #585024 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585024 is #A7AFDB. Grayscale: #4D4D4D. Windows color (decimal): -10989532 or 2379864. OLE color: 2379864.

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

Color convert

RGB 88 80 36 -
CMYK 0 0.09 0.59 0.65
HSL 50.77º 0.42% 0.24% -
HSV(B) 50.77º 0.59% 0.35% -
XYZ 7.21 7.94 2.82 -
YUV 77.38 104.65 135.58 -
System Red Green Blue C M Y K H S L
Decimal 88 80 36 0 0.09 0.59 0.65 50.77 0.42 0.24
Hex 58 50 24 0 9 3B 41 33 2A 18
Octal 130 120 44 0 11 73 101 63 52 30
Binary 1011000 1010000 100100 0 1001 111011 1000001 110011 101010 11000

Color Harmonies of #585024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585024

Black with #585024

Text Example


Text Example

White with #585024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585024; }

 p { color: rgb(88,80,36); }

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

background-color css

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

 a { background-color: rgb(88,80,36); }

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

border-color css

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

 span { border-color: rgb(88,80,36); }

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