Html Css Color HEX #585415 Bronze Olive

📋 copy color: '#585415'

red 88 ◦ green 84 ◦ blue 21

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

Shades of Bronze Olive #585415

Tints of Bronze Olive #585415

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 10.88%

R = 45.6%
G = 43.52%
B = 10.88%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.76

 K value IS 0.65

RGB Variations

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

Color information

#585415 (or 0x585415) is known color: Bronze Olive. HEX triplet: 58, 54 and 15. RGB value is (88,84,21). Sum of RGB (Red+Green+Blue) = 88+84+21=193 (25% of max value = 765). Red value is 88 (34.77% from 255 or 45.60% from 193); Green value is 84 (33.20% from 255 or 43.52% from 193); Blue value is 21 (8.59% from 255 or 10.88% from 193); Max value from RGB is 88 - color contains mainly: red. Hex color #585415 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #585415 is #A7ABEA. Grayscale: #4E4E4E. Windows color (decimal): -10988523 or 1397848. OLE color: 1397848.

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

Color convert

RGB 88 84 21 -
CMYK 0 0.05 0.76 0.65
HSL 56.42º 0.61% 0.21% -
HSV(B) 56.42º 0.76% 0.35% -
XYZ 7.33 8.47 1.96 -
YUV 78.01 95.83 135.12 -
System Red Green Blue C M Y K H S L
Decimal 88 84 21 0 0.05 0.76 0.65 56.42 0.61 0.21
Hex 58 54 15 0 5 4C 41 38 3D 15
Octal 130 124 25 0 5 114 101 70 75 25
Binary 1011000 1010100 10101 0 101 1001100 1000001 111000 111101 10101

Color Harmonies of #585415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585415

Black with #585415

Text Example


Text Example

White with #585415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585415; }

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

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

background-color css

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

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

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

border-color css

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

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

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