Html Css Color HEX #58601D Saratoga

📋 copy color: '#58601D'

red 88 ◦ green 96 ◦ blue 29

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

Shades of Saratoga #58601D

Tints of Saratoga #58601D

RGB

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

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

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

R = 41.31%
G = 45.07%
B = 13.62%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.70

 K value IS 0.62

RGB Variations

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

Color information

#58601D (or 0x58601D) is known color: Saratoga. HEX triplet: 58, 60 and 1D. RGB value is (88,96,29). Sum of RGB (Red+Green+Blue) = 88+96+29=213 (28% of max value = 765). Red value is 88 (34.77% from 255 or 41.31% from 213); Green value is 96 (37.89% from 255 or 45.07% from 213); Blue value is 29 (11.72% from 255 or 13.62% from 213); Max value from RGB is 96 - color contains mainly: green. Hex color #58601D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58601D is #A79FE2. Grayscale: #565656. Windows color (decimal): -10985443 or 1925208. OLE color: 1925208.

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

Color convert

RGB 88 96 29 -
CMYK 0.08 0 0.70 0.62
HSL 67.16º 0.54% 0.25% -
HSV(B) 67.16º 0.7% 0.38% -
XYZ 8.43 10.53 2.75 -
YUV 85.97 95.85 129.45 -
System Red Green Blue C M Y K H S L
Decimal 88 96 29 0.08 0 0.70 0.62 67.16 0.54 0.25
Hex 58 60 1D 8 0 46 3E 43 36 19
Octal 130 140 35 10 0 106 76 103 66 31
Binary 1011000 1100000 11101 1000 0 1000110 111110 1000011 110110 11001

Color Harmonies of #58601D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58601D

Black with #58601D

Text Example


Text Example

White with #58601D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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