Html Css Color HEX #58601C Saratoga

📋 copy color: '#58601C'

red 88 ◦ green 96 ◦ blue 28

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

Shades of Saratoga #58601C

Tints of Saratoga #58601C

RGB

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

 GREEN value IS 96 (37.89% from 255) = 45.28%

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

R = 41.51%
G = 45.28%
B = 13.21%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.71

 K value IS 0.62

RGB Variations

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

Color information

#58601C (or 0x58601C) is known color: Saratoga. HEX triplet: 58, 60 and 1C. RGB value is (88,96,28). Sum of RGB (Red+Green+Blue) = 88+96+28=212 (28% of max value = 765). Red value is 88 (34.77% from 255 or 41.51% from 212); Green value is 96 (37.89% from 255 or 45.28% from 212); Blue value is 28 (11.33% from 255 or 13.21% from 212); Max value from RGB is 96 - color contains mainly: green. Hex color #58601C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58601C is #A79FE3. Grayscale: #565656. Windows color (decimal): -10985444 or 1859672. OLE color: 1859672.

HSL color Cylindrical-coordinate representation of color #58601C: hue angle of 67.06º degrees, saturation: 0.55, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #58601C is Cyan = 0.08, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.62.

Color convert

RGB 88 96 28 -
CMYK 0.08 0 0.71 0.62
HSL 67.06º 0.55% 0.24% -
HSV(B) 67.06º 0.71% 0.38% -
XYZ 8.42 10.52 2.69 -
YUV 85.86 95.35 129.53 -
System Red Green Blue C M Y K H S L
Decimal 88 96 28 0.08 0 0.71 0.62 67.06 0.55 0.24
Hex 58 60 1C 8 0 47 3E 43 37 18
Octal 130 140 34 10 0 107 76 103 67 30
Binary 1011000 1100000 11100 1000 0 1000111 111110 1000011 110111 11000

Color Harmonies of #58601C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58601C

Black with #58601C

Text Example


Text Example

White with #58601C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58601C; }

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

 H1.HeaderClassName
 {
   color: #58601C;
 }
 .AnyTagClassName
 {
   color: #58601C;
 }
</style>

background-color css

<style>
 a { background-color: #58601C; }

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

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

border-color css

<style>
 span { border-color: #58601C; }

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

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