Html Css Color HEX #585C1C Saratoga

📋 copy color: '#585C1C'

red 88 ◦ green 92 ◦ blue 28

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

Shades of Saratoga #585C1C

Tints of Saratoga #585C1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 13.46%

R = 42.31%
G = 44.23%
B = 13.46%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.70

 K value IS 0.64

RGB Variations

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

Color information

#585C1C (or 0x585C1C) is known color: Saratoga. HEX triplet: 58, 5C and 1C. RGB value is (88,92,28). Sum of RGB (Red+Green+Blue) = 88+92+28=208 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.31% from 208); Green value is 92 (36.33% from 255 or 44.23% from 208); Blue value is 28 (11.33% from 255 or 13.46% from 208); Max value from RGB is 92 - color contains mainly: green. Hex color #585C1C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585C1C is #A7A3E3. Grayscale: #535353. Windows color (decimal): -10986468 or 1858648. OLE color: 1858648.

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

Color convert

RGB 88 92 28 -
CMYK 0.04 0 0.70 0.64
HSL 63.75º 0.53% 0.24% -
HSV(B) 63.75º 0.7% 0.36% -
XYZ 8.06 9.81 2.57 -
YUV 83.51 96.67 131.2 -
System Red Green Blue C M Y K H S L
Decimal 88 92 28 0.04 0 0.70 0.64 63.75 0.53 0.24
Hex 58 5C 1C 4 0 46 40 40 35 18
Octal 130 134 34 4 0 106 100 100 65 30
Binary 1011000 1011100 11100 100 0 1000110 1000000 1000000 110101 11000

Color Harmonies of #585C1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585C1C

Black with #585C1C

Text Example


Text Example

White with #585C1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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