Html Css Color HEX #585413 Bronze Olive

📋 copy color: '#585413'

red 88 ◦ green 84 ◦ blue 19

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

Shades of Bronze Olive #585413

Tints of Bronze Olive #585413

RGB

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

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

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

R = 46.07%
G = 43.98%
B = 9.95%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.78

 K value IS 0.65

RGB Variations

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

Color information

#585413 (or 0x585413) is known color: Bronze Olive. HEX triplet: 58, 54 and 13. RGB value is (88,84,19). Sum of RGB (Red+Green+Blue) = 88+84+19=191 (25% of max value = 765). Red value is 88 (34.77% from 255 or 46.07% from 191); Green value is 84 (33.20% from 255 or 43.98% from 191); Blue value is 19 (7.81% from 255 or 9.95% from 191); Max value from RGB is 88 - color contains mainly: red. Hex color #585413 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #585413 is #A7ABEC. Grayscale: #4E4E4E. Windows color (decimal): -10988525 or 1266776. OLE color: 1266776.

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

Color convert

RGB 88 84 19 -
CMYK 0 0.05 0.78 0.65
HSL 56.52º 0.64% 0.21% -
HSV(B) 56.52º 0.78% 0.35% -
XYZ 7.31 8.46 1.86 -
YUV 77.79 94.83 135.29 -
System Red Green Blue C M Y K H S L
Decimal 88 84 19 0 0.05 0.78 0.65 56.52 0.64 0.21
Hex 58 54 13 0 5 4E 41 39 40 15
Octal 130 124 23 0 5 116 101 71 100 25
Binary 1011000 1010100 10011 0 101 1001110 1000001 111001 1000000 10101

Color Harmonies of #585413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585413

Black with #585413

Text Example


Text Example

White with #585413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585413; }

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

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

background-color css

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

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

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

border-color css

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

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

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