Html Css Color HEX #58601E Saratoga

📋 copy color: '#58601E'

red 88 ◦ green 96 ◦ blue 30

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

Shades of Saratoga #58601E

Tints of Saratoga #58601E

RGB

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

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

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

R = 41.12%
G = 44.86%
B = 14.02%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.69

 K value IS 0.62

RGB Variations

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

Color information

#58601E (or 0x58601E) is known color: Saratoga. HEX triplet: 58, 60 and 1E. RGB value is (88,96,30). Sum of RGB (Red+Green+Blue) = 88+96+30=214 (28% of max value = 765). Red value is 88 (34.77% from 255 or 41.12% from 214); Green value is 96 (37.89% from 255 or 44.86% from 214); Blue value is 30 (12.11% from 255 or 14.02% from 214); Max value from RGB is 96 - color contains mainly: green. Hex color #58601E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58601E is #A79FE1. Grayscale: #565656. Windows color (decimal): -10985442 or 1990744. OLE color: 1990744.

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

Color convert

RGB 88 96 30 -
CMYK 0.08 0 0.69 0.62
HSL 67.27º 0.52% 0.25% -
HSV(B) 67.27º 0.69% 0.38% -
XYZ 8.44 10.53 2.82 -
YUV 86.08 96.35 129.37 -
System Red Green Blue C M Y K H S L
Decimal 88 96 30 0.08 0 0.69 0.62 67.27 0.52 0.25
Hex 58 60 1E 8 0 45 3E 43 34 19
Octal 130 140 36 10 0 105 76 103 64 31
Binary 1011000 1100000 11110 1000 0 1000101 111110 1000011 110100 11001

Color Harmonies of #58601E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58601E

Black with #58601E

Text Example


Text Example

White with #58601E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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