Html Css Color HEX #585C1E Saratoga

📋 copy color: '#585C1E'

red 88 ◦ green 92 ◦ blue 30

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

Shades of Saratoga #585C1E

Tints of Saratoga #585C1E

RGB

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

 GREEN value IS 92 (36.33% from 255) = 43.81%

 BLUE value IS 30 (12.11% from 255) = 14.29%

R = 41.9%
G = 43.81%
B = 14.29%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.67

 K value IS 0.64

RGB Variations

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

Color information

#585C1E (or 0x585C1E) is known color: Saratoga. HEX triplet: 58, 5C and 1E. RGB value is (88,92,30). Sum of RGB (Red+Green+Blue) = 88+92+30=210 (27% of max value = 765). Red value is 88 (34.77% from 255 or 41.90% from 210); Green value is 92 (36.33% from 255 or 43.81% from 210); Blue value is 30 (12.11% from 255 or 14.29% from 210); Max value from RGB is 92 - color contains mainly: green. Hex color #585C1E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585C1E is #A7A3E1. Grayscale: #535353. Windows color (decimal): -10986466 or 1989720. OLE color: 1989720.

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

Color convert

RGB 88 92 30 -
CMYK 0.04 0 0.67 0.64
HSL 63.87º 0.51% 0.24% -
HSV(B) 63.87º 0.67% 0.36% -
XYZ 8.09 9.82 2.7 -
YUV 83.74 97.67 131.04 -
System Red Green Blue C M Y K H S L
Decimal 88 92 30 0.04 0 0.67 0.64 63.87 0.51 0.24
Hex 58 5C 1E 4 0 43 40 40 33 18
Octal 130 134 36 4 0 103 100 100 63 30
Binary 1011000 1011100 11110 100 0 1000011 1000000 1000000 110011 11000

Color Harmonies of #585C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585C1E

Black with #585C1E

Text Example


Text Example

White with #585C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,92,30); }

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

background-color css

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

 a { background-color: rgb(88,92,30); }

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

border-color css

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

 span { border-color: rgb(88,92,30); }

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