Html Css Color HEX #585F24 Saratoga

📋 copy color: '#585F24'

red 88 ◦ green 95 ◦ blue 36

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

Shades of Saratoga #585F24

Tints of Saratoga #585F24

RGB

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

 GREEN value IS 95 (37.5% from 255) = 43.38%

 BLUE value IS 36 (14.45% from 255) = 16.44%

R = 40.18%
G = 43.38%
B = 16.44%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.62

 K value IS 0.63

RGB Variations

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

Color information

#585F24 (or 0x585F24) is known color: Saratoga. HEX triplet: 58, 5F and 24. RGB value is (88,95,36). Sum of RGB (Red+Green+Blue) = 88+95+36=219 (29% of max value = 765). Red value is 88 (34.77% from 255 or 40.18% from 219); Green value is 95 (37.5% from 255 or 43.38% from 219); Blue value is 36 (14.45% from 255 or 16.44% from 219); Max value from RGB is 95 - color contains mainly: green. Hex color #585F24 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585F24 is #A7A0DB. Grayscale: #565656. Windows color (decimal): -10985692 or 2383704. OLE color: 2383704.

HSL color Cylindrical-coordinate representation of color #585F24: hue angle of 67.12º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #585F24 is Cyan = 0.07, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.63.

Color convert

RGB 88 95 36 -
CMYK 0.07 0 0.62 0.63
HSL 67.12º 0.45% 0.26% -
HSV(B) 67.12º 0.62% 0.37% -
XYZ 8.44 10.39 3.23 -
YUV 86.18 99.68 129.3 -
System Red Green Blue C M Y K H S L
Decimal 88 95 36 0.07 0 0.62 0.63 67.12 0.45 0.26
Hex 58 5F 24 7 0 3E 3F 43 2D 1A
Octal 130 137 44 7 0 76 77 103 55 32
Binary 1011000 1011111 100100 111 0 111110 111111 1000011 101101 11010

Color Harmonies of #585F24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585F24

Black with #585F24

Text Example


Text Example

White with #585F24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585F24; }

 p { color: rgb(88,95,36); }

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

background-color css

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

 a { background-color: rgb(88,95,36); }

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

border-color css

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

 span { border-color: rgb(88,95,36); }

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