Html Css Color HEX #585A36 Saratoga

📋 copy color: '#585A36'

red 88 ◦ green 90 ◦ blue 54

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

Shades of Saratoga #585A36

Tints of Saratoga #585A36

RGB

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

 GREEN value IS 90 (35.55% from 255) = 38.79%

 BLUE value IS 54 (21.48% from 255) = 23.28%

R = 37.93%
G = 38.79%
B = 23.28%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.40

 K value IS 0.65

RGB Variations

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

Color information

#585A36 (or 0x585A36) is known color: Saratoga. HEX triplet: 58, 5A and 36. RGB value is (88,90,54). Sum of RGB (Red+Green+Blue) = 88+90+54=232 (30% of max value = 765). Red value is 88 (34.77% from 255 or 37.93% from 232); Green value is 90 (35.55% from 255 or 38.79% from 232); Blue value is 54 (21.48% from 255 or 23.28% from 232); Max value from RGB is 90 - color contains mainly: green. Hex color #585A36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585A36 is #A7A5C9. Grayscale: #555555. Windows color (decimal): -10986954 or 3562072. OLE color: 3562072.

HSL color Cylindrical-coordinate representation of color #585A36: hue angle of 63.33º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #585A36 is Cyan = 0.02, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 90 54 -
CMYK 0.02 0 0.40 0.65
HSL 63.33º 0.25% 0.28% -
HSV(B) 63.33º 0.4% 0.35% -
XYZ 8.35 9.65 4.91 -
YUV 85.3 110.34 129.93 -
System Red Green Blue C M Y K H S L
Decimal 88 90 54 0.02 0 0.40 0.65 63.33 0.25 0.28
Hex 58 5A 36 2 0 28 41 3F 19 1C
Octal 130 132 66 2 0 50 101 77 31 34
Binary 1011000 1011010 110110 10 0 101000 1000001 111111 11001 11100

Color Harmonies of #585A36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585A36

Black with #585A36

Text Example


Text Example

White with #585A36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,90,54); }

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

background-color css

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

 a { background-color: rgb(88,90,54); }

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

border-color css

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

 span { border-color: rgb(88,90,54); }

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