Html Css Color HEX #585A1D Saratoga

📋 copy color: '#585A1D'

red 88 ◦ green 90 ◦ blue 29

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

Shades of Saratoga #585A1D

Tints of Saratoga #585A1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 14.01%

R = 42.51%
G = 43.48%
B = 14.01%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.68

 K value IS 0.65

RGB Variations

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

Color information

#585A1D (or 0x585A1D) is known color: Saratoga. HEX triplet: 58, 5A and 1D. RGB value is (88,90,29). Sum of RGB (Red+Green+Blue) = 88+90+29=207 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.51% from 207); Green value is 90 (35.55% from 255 or 43.48% from 207); Blue value is 29 (11.72% from 255 or 14.01% from 207); Max value from RGB is 90 - color contains mainly: green. Hex color #585A1D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585A1D is #A7A5E2. Grayscale: #525252. Windows color (decimal): -10986979 or 1923672. OLE color: 1923672.

HSL color Cylindrical-coordinate representation of color #585A1D: hue angle of 61.97º degrees, saturation: 0.51, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #585A1D is Cyan = 0.02, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 90 29 -
CMYK 0.02 0 0.68 0.65
HSL 61.97º 0.51% 0.23% -
HSV(B) 61.97º 0.68% 0.35% -
XYZ 7.9 9.48 2.57 -
YUV 82.45 97.84 131.96 -
System Red Green Blue C M Y K H S L
Decimal 88 90 29 0.02 0 0.68 0.65 61.97 0.51 0.23
Hex 58 5A 1D 2 0 44 41 3E 33 17
Octal 130 132 35 2 0 104 101 76 63 27
Binary 1011000 1011010 11101 10 0 1000100 1000001 111110 110011 10111

Color Harmonies of #585A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585A1D

Black with #585A1D

Text Example


Text Example

White with #585A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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