Html Css Color HEX #585318 Bronze Olive

📋 copy color: '#585318'

red 88 ◦ green 83 ◦ blue 24

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

Shades of Bronze Olive #585318

Tints of Bronze Olive #585318

RGB

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

 GREEN value IS 83 (32.81% from 255) = 42.56%

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

R = 45.13%
G = 42.56%
B = 12.31%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.73

 K value IS 0.65

RGB Variations

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

Color information

#585318 (or 0x585318) is known color: Bronze Olive. HEX triplet: 58, 53 and 18. RGB value is (88,83,24). Sum of RGB (Red+Green+Blue) = 88+83+24=195 (25% of max value = 765). Red value is 88 (34.77% from 255 or 45.13% from 195); Green value is 83 (32.81% from 255 or 42.56% from 195); Blue value is 24 (9.77% from 255 or 12.31% from 195); Max value from RGB is 88 - color contains mainly: red. Hex color #585318 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #585318 is #A7ACE7. Grayscale: #4E4E4E. Windows color (decimal): -10988776 or 1594200. OLE color: 1594200.

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

Color convert

RGB 88 83 24 -
CMYK 0 0.06 0.73 0.65
HSL 55.31º 0.57% 0.22% -
HSV(B) 55.31º 0.73% 0.35% -
XYZ 7.28 8.33 2.09 -
YUV 77.77 97.66 135.3 -
System Red Green Blue C M Y K H S L
Decimal 88 83 24 0 0.06 0.73 0.65 55.31 0.57 0.22
Hex 58 53 18 0 6 49 41 37 39 16
Octal 130 123 30 0 6 111 101 67 71 26
Binary 1011000 1010011 11000 0 110 1001001 1000001 110111 111001 10110

Color Harmonies of #585318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585318

Black with #585318

Text Example


Text Example

White with #585318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585318; }

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

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

background-color css

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

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

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

border-color css

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

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

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