Html Css Color HEX #585218 Bronze Olive

📋 copy color: '#585218'

red 88 ◦ green 82 ◦ blue 24

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

Shades of Bronze Olive #585218

Tints of Bronze Olive #585218

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 12.37%

R = 45.36%
G = 42.27%
B = 12.37%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.73

 K value IS 0.65

RGB Variations

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

Color information

#585218 (or 0x585218) is known color: Bronze Olive. HEX triplet: 58, 52 and 18. RGB value is (88,82,24). Sum of RGB (Red+Green+Blue) = 88+82+24=194 (25% of max value = 765). Red value is 88 (34.77% from 255 or 45.36% from 194); Green value is 82 (32.42% from 255 or 42.27% from 194); Blue value is 24 (9.77% from 255 or 12.37% from 194); Max value from RGB is 88 - color contains mainly: red. Hex color #585218 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #585218 is #A7ADE7. Grayscale: #4D4D4D. Windows color (decimal): -10989032 or 1593944. OLE color: 1593944.

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

Color convert

RGB 88 82 24 -
CMYK 0 0.07 0.73 0.65
HSL 54.38º 0.57% 0.22% -
HSV(B) 54.38º 0.73% 0.35% -
XYZ 7.21 8.18 2.06 -
YUV 77.18 97.99 135.72 -
System Red Green Blue C M Y K H S L
Decimal 88 82 24 0 0.07 0.73 0.65 54.38 0.57 0.22
Hex 58 52 18 0 7 49 41 36 39 16
Octal 130 122 30 0 7 111 101 66 71 26
Binary 1011000 1010010 11000 0 111 1001001 1000001 110110 111001 10110

Color Harmonies of #585218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585218

Black with #585218

Text Example


Text Example

White with #585218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585218; }

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

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

background-color css

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

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

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

border-color css

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

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

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