Html Css Color HEX #585418 Bronze Olive

📋 copy color: '#585418'

red 88 ◦ green 84 ◦ blue 24

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

Shades of Bronze Olive #585418

Tints of Bronze Olive #585418

RGB

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

 GREEN value IS 84 (33.2% from 255) = 42.86%

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

R = 44.9%
G = 42.86%
B = 12.24%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.73

 K value IS 0.65

RGB Variations

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

Color information

#585418 (or 0x585418) is known color: Bronze Olive. HEX triplet: 58, 54 and 18. RGB value is (88,84,24). Sum of RGB (Red+Green+Blue) = 88+84+24=196 (25% of max value = 765). Red value is 88 (34.77% from 255 or 44.90% from 196); Green value is 84 (33.20% from 255 or 42.86% from 196); Blue value is 24 (9.77% from 255 or 12.24% from 196); Max value from RGB is 88 - color contains mainly: red. Hex color #585418 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #585418 is #A7ABE7. Grayscale: #4E4E4E. Windows color (decimal): -10988520 or 1594456. OLE color: 1594456.

HSL color Cylindrical-coordinate representation of color #585418: hue angle of 56.25º 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 #585418 is Cyan = 0, Magento = 0.05, Yellow = 0.73 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 84 24 -
CMYK 0 0.05 0.73 0.65
HSL 56.25º 0.57% 0.22% -
HSV(B) 56.25º 0.73% 0.35% -
XYZ 7.36 8.48 2.11 -
YUV 78.36 97.33 134.88 -
System Red Green Blue C M Y K H S L
Decimal 88 84 24 0 0.05 0.73 0.65 56.25 0.57 0.22
Hex 58 54 18 0 5 49 41 38 39 16
Octal 130 124 30 0 5 111 101 70 71 26
Binary 1011000 1010100 11000 0 101 1001001 1000001 111000 111001 10110

Color Harmonies of #585418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585418

Black with #585418

Text Example


Text Example

White with #585418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585418; }

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

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

background-color css

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

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

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

border-color css

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

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

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