Html Css Color HEX #585313 Bronze Olive

📋 copy color: '#585313'

red 88 ◦ green 83 ◦ blue 19

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

Shades of Bronze Olive #585313

Tints of Bronze Olive #585313

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 10%

R = 46.32%
G = 43.68%
B = 10%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.78

 K value IS 0.65

RGB Variations

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

Color information

#585313 (or 0x585313) is known color: Bronze Olive. HEX triplet: 58, 53 and 13. RGB value is (88,83,19). Sum of RGB (Red+Green+Blue) = 88+83+19=190 (25% of max value = 765). Red value is 88 (34.77% from 255 or 46.32% from 190); Green value is 83 (32.81% from 255 or 43.68% from 190); Blue value is 19 (7.81% from 255 or 10% from 190); Max value from RGB is 88 - color contains mainly: red. Hex color #585313 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #585313 is #A7ACEC. Grayscale: #4D4D4D. Windows color (decimal): -10988781 or 1266520. OLE color: 1266520.

HSL color Cylindrical-coordinate representation of color #585313: hue angle of 55.65º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #585313 is Cyan = 0, Magento = 0.06, Yellow = 0.78 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 83 19 -
CMYK 0 0.06 0.78 0.65
HSL 55.65º 0.64% 0.21% -
HSV(B) 55.65º 0.78% 0.35% -
XYZ 7.24 8.31 1.84 -
YUV 77.2 95.16 135.7 -
System Red Green Blue C M Y K H S L
Decimal 88 83 19 0 0.06 0.78 0.65 55.65 0.64 0.21
Hex 58 53 13 0 6 4E 41 38 40 15
Octal 130 123 23 0 6 116 101 70 100 25
Binary 1011000 1010011 10011 0 110 1001110 1000001 111000 1000000 10101

Color Harmonies of #585313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585313

Black with #585313

Text Example


Text Example

White with #585313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585313; }

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

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

background-color css

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

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

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

border-color css

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

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

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