Html Css Color HEX #585227 Bronze Olive

📋 copy color: '#585227'

red 88 ◦ green 82 ◦ blue 39

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

Shades of Bronze Olive #585227

Tints of Bronze Olive #585227

RGB

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

 GREEN value IS 82 (32.42% from 255) = 39.23%

 BLUE value IS 39 (15.63% from 255) = 18.66%

R = 42.11%
G = 39.23%
B = 18.66%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.56

 K value IS 0.65

RGB Variations

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

Color information

#585227 (or 0x585227) is known color: Bronze Olive. HEX triplet: 58, 52 and 27. RGB value is (88,82,39). Sum of RGB (Red+Green+Blue) = 88+82+39=209 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.11% from 209); Green value is 82 (32.42% from 255 or 39.23% from 209); Blue value is 39 (15.62% from 255 or 18.66% from 209); Max value from RGB is 88 - color contains mainly: red. Hex color #585227 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585227 is #A7ADD8. Grayscale: #4F4F4F. Windows color (decimal): -10989017 or 2576984. OLE color: 2576984.

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

Color convert

RGB 88 82 39 -
CMYK 0 0.07 0.56 0.65
HSL 52.65º 0.39% 0.25% -
HSV(B) 52.65º 0.56% 0.35% -
XYZ 7.41 8.26 3.12 -
YUV 78.89 105.49 134.5 -
System Red Green Blue C M Y K H S L
Decimal 88 82 39 0 0.07 0.56 0.65 52.65 0.39 0.25
Hex 58 52 27 0 7 38 41 35 27 19
Octal 130 122 47 0 7 70 101 65 47 31
Binary 1011000 1010010 100111 0 111 111000 1000001 110101 100111 11001

Color Harmonies of #585227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585227

Black with #585227

Text Example


Text Example

White with #585227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585227; }

 p { color: rgb(88,82,39); }

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

background-color css

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

 a { background-color: rgb(88,82,39); }

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

border-color css

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

 span { border-color: rgb(88,82,39); }

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