Html Css Color HEX #585D1D Saratoga

📋 copy color: '#585D1D'

red 88 ◦ green 93 ◦ blue 29

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

Shades of Saratoga #585D1D

Tints of Saratoga #585D1D

RGB

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

 GREEN value IS 93 (36.72% from 255) = 44.29%

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

R = 41.9%
G = 44.29%
B = 13.81%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.69

 K value IS 0.64

RGB Variations

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

Color information

#585D1D (or 0x585D1D) is known color: Saratoga. HEX triplet: 58, 5D and 1D. RGB value is (88,93,29). Sum of RGB (Red+Green+Blue) = 88+93+29=210 (27% of max value = 765). Red value is 88 (34.77% from 255 or 41.90% from 210); Green value is 93 (36.72% from 255 or 44.29% from 210); Blue value is 29 (11.72% from 255 or 13.81% from 210); Max value from RGB is 93 - color contains mainly: green. Hex color #585D1D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585D1D is #A7A2E2. Grayscale: #545454. Windows color (decimal): -10986211 or 1924440. OLE color: 1924440.

HSL color Cylindrical-coordinate representation of color #585D1D: hue angle of 64.69º degrees, saturation: 0.52, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #585D1D is Cyan = 0.05, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.64.

Color convert

RGB 88 93 29 -
CMYK 0.05 0 0.69 0.64
HSL 64.69º 0.52% 0.24% -
HSV(B) 64.69º 0.69% 0.36% -
XYZ 8.16 9.99 2.66 -
YUV 84.21 96.84 130.7 -
System Red Green Blue C M Y K H S L
Decimal 88 93 29 0.05 0 0.69 0.64 64.69 0.52 0.24
Hex 58 5D 1D 5 0 45 40 41 34 18
Octal 130 135 35 5 0 105 100 101 64 30
Binary 1011000 1011101 11101 101 0 1000101 1000000 1000001 110100 11000

Color Harmonies of #585D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585D1D

Black with #585D1D

Text Example


Text Example

White with #585D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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