Html Css Color HEX #585319 Bronze Olive

📋 copy color: '#585319'

red 88 ◦ green 83 ◦ blue 25

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

Shades of Bronze Olive #585319

Tints of Bronze Olive #585319

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 12.76%

R = 44.9%
G = 42.35%
B = 12.76%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.72

 K value IS 0.65

RGB Variations

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

Color information

#585319 (or 0x585319) is known color: Bronze Olive. HEX triplet: 58, 53 and 19. RGB value is (88,83,25). Sum of RGB (Red+Green+Blue) = 88+83+25=196 (25% of max value = 765). Red value is 88 (34.77% from 255 or 44.90% from 196); Green value is 83 (32.81% from 255 or 42.35% from 196); Blue value is 25 (10.16% from 255 or 12.76% from 196); Max value from RGB is 88 - color contains mainly: red. Hex color #585319 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #585319 is #A7ACE6. Grayscale: #4E4E4E. Windows color (decimal): -10988775 or 1659736. OLE color: 1659736.

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

Color convert

RGB 88 83 25 -
CMYK 0 0.06 0.72 0.65
HSL 55.24º 0.56% 0.22% -
HSV(B) 55.24º 0.72% 0.35% -
XYZ 7.29 8.33 2.14 -
YUV 77.88 98.16 135.22 -
System Red Green Blue C M Y K H S L
Decimal 88 83 25 0 0.06 0.72 0.65 55.24 0.56 0.22
Hex 58 53 19 0 6 48 41 37 38 16
Octal 130 123 31 0 6 110 101 67 70 26
Binary 1011000 1010011 11001 0 110 1001000 1000001 110111 111000 10110

Color Harmonies of #585319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585319

Black with #585319

Text Example


Text Example

White with #585319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585319; }

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

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

background-color css

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

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

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

border-color css

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

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

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