Html Css Color HEX #585023 Bronze Olive

📋 copy color: '#585023'

red 88 ◦ green 80 ◦ blue 35

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

Shades of Bronze Olive #585023

Tints of Bronze Olive #585023

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 17.24%

R = 43.35%
G = 39.41%
B = 17.24%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.60

 K value IS 0.65

RGB Variations

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

Color information

#585023 (or 0x585023) is known color: Bronze Olive. HEX triplet: 58, 50 and 23. RGB value is (88,80,35). Sum of RGB (Red+Green+Blue) = 88+80+35=203 (26% of max value = 765). Red value is 88 (34.77% from 255 or 43.35% from 203); Green value is 80 (31.64% from 255 or 39.41% from 203); Blue value is 35 (14.06% from 255 or 17.24% from 203); Max value from RGB is 88 - color contains mainly: red. Hex color #585023 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585023 is #A7AFDC. Grayscale: #4D4D4D. Windows color (decimal): -10989533 or 2314328. OLE color: 2314328.

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

Color convert

RGB 88 80 35 -
CMYK 0 0.09 0.60 0.65
HSL 50.94º 0.43% 0.24% -
HSV(B) 50.94º 0.6% 0.35% -
XYZ 7.2 7.93 2.74 -
YUV 77.26 104.15 135.66 -
System Red Green Blue C M Y K H S L
Decimal 88 80 35 0 0.09 0.60 0.65 50.94 0.43 0.24
Hex 58 50 23 0 9 3C 41 33 2B 18
Octal 130 120 43 0 11 74 101 63 53 30
Binary 1011000 1010000 100011 0 1001 111100 1000001 110011 101011 11000

Color Harmonies of #585023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585023

Black with #585023

Text Example


Text Example

White with #585023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585023; }

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

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

background-color css

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

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

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

border-color css

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

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

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