Html Css Color HEX #585029 Bronze Olive

📋 copy color: '#585029'

red 88 ◦ green 80 ◦ blue 41

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

Shades of Bronze Olive #585029

Tints of Bronze Olive #585029

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 19.62%

R = 42.11%
G = 38.28%
B = 19.62%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.53

 K value IS 0.65

RGB Variations

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

Color information

#585029 (or 0x585029) is known color: Bronze Olive. HEX triplet: 58, 50 and 29. RGB value is (88,80,41). Sum of RGB (Red+Green+Blue) = 88+80+41=209 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.11% from 209); Green value is 80 (31.64% from 255 or 38.28% from 209); Blue value is 41 (16.41% from 255 or 19.62% from 209); Max value from RGB is 88 - color contains mainly: red. Hex color #585029 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585029 is #A7AFD6. Grayscale: #4E4E4E. Windows color (decimal): -10989527 or 2707544. OLE color: 2707544.

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

Color convert

RGB 88 80 41 -
CMYK 0 0.09 0.53 0.65
HSL 49.79º 0.36% 0.25% -
HSV(B) 49.79º 0.53% 0.35% -
XYZ 7.29 7.97 3.25 -
YUV 77.95 107.15 135.17 -
System Red Green Blue C M Y K H S L
Decimal 88 80 41 0 0.09 0.53 0.65 49.79 0.36 0.25
Hex 58 50 29 0 9 35 41 32 24 19
Octal 130 120 51 0 11 65 101 62 44 31
Binary 1011000 1010000 101001 0 1001 110101 1000001 110010 100100 11001

Color Harmonies of #585029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585029

Black with #585029

Text Example


Text Example

White with #585029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585029; }

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

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

background-color css

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

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

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

border-color css

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

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

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