Html Css Color HEX #585410 Bronze Olive

📋 copy color: '#585410'

red 88 ◦ green 84 ◦ blue 16

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

Shades of Bronze Olive #585410

Tints of Bronze Olive #585410

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 8.51%

R = 46.81%
G = 44.68%
B = 8.51%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.82

 K value IS 0.65

RGB Variations

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

Color information

#585410 (or 0x585410) is known color: Bronze Olive. HEX triplet: 58, 54 and 10. RGB value is (88,84,16). Sum of RGB (Red+Green+Blue) = 88+84+16=188 (24% of max value = 765). Red value is 88 (34.77% from 255 or 46.81% from 188); Green value is 84 (33.20% from 255 or 44.68% from 188); Blue value is 16 (6.64% from 255 or 8.51% from 188); Max value from RGB is 88 - color contains mainly: red. Hex color #585410 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #585410 is #A7ABEF. Grayscale: #4D4D4D. Windows color (decimal): -10988528 or 1070168. OLE color: 1070168.

HSL color Cylindrical-coordinate representation of color #585410: hue angle of 56.67º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #585410 is Cyan = 0, Magento = 0.05, Yellow = 0.82 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 84 16 -
CMYK 0 0.05 0.82 0.65
HSL 56.67º 0.69% 0.2% -
HSV(B) 56.67º 0.82% 0.35% -
XYZ 7.29 8.45 1.74 -
YUV 77.44 93.33 135.53 -
System Red Green Blue C M Y K H S L
Decimal 88 84 16 0 0.05 0.82 0.65 56.67 0.69 0.2
Hex 58 54 10 0 5 52 41 39 45 14
Octal 130 124 20 0 5 122 101 71 105 24
Binary 1011000 1010100 10000 0 101 1010010 1000001 111001 1000101 10100

Color Harmonies of #585410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585410

Black with #585410

Text Example


Text Example

White with #585410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585410; }

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

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

background-color css

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

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

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

border-color css

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

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

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