Html Css Color HEX #58622E Saratoga

📋 copy color: '#58622E'

red 88 ◦ green 98 ◦ blue 46

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

Shades of Saratoga #58622E

Tints of Saratoga #58622E

RGB

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

 GREEN value IS 98 (38.67% from 255) = 42.24%

 BLUE value IS 46 (18.36% from 255) = 19.83%

R = 37.93%
G = 42.24%
B = 19.83%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.53

 K value IS 0.62

RGB Variations

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

Color information

#58622E (or 0x58622E) is known color: Saratoga. HEX triplet: 58, 62 and 2E. RGB value is (88,98,46). Sum of RGB (Red+Green+Blue) = 88+98+46=232 (30% of max value = 765). Red value is 88 (34.77% from 255 or 37.93% from 232); Green value is 98 (38.67% from 255 or 42.24% from 232); Blue value is 46 (18.36% from 255 or 19.83% from 232); Max value from RGB is 98 - color contains mainly: green. Hex color #58622E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58622E is #A79DD1. Grayscale: #595959. Windows color (decimal): -10984914 or 3039832. OLE color: 3039832.

HSL color Cylindrical-coordinate representation of color #58622E: hue angle of 71.54º degrees, saturation: 0.36, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #58622E is Cyan = 0.10, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.62.

Color convert

RGB 88 98 46 -
CMYK 0.10 0 0.53 0.62
HSL 71.54º 0.36% 0.28% -
HSV(B) 71.54º 0.53% 0.38% -
XYZ 8.89 11.01 4.24 -
YUV 89.08 103.69 127.23 -
System Red Green Blue C M Y K H S L
Decimal 88 98 46 0.10 0 0.53 0.62 71.54 0.36 0.28
Hex 58 62 2E A 0 35 3E 48 24 1C
Octal 130 142 56 12 0 65 76 110 44 34
Binary 1011000 1100010 101110 1010 0 110101 111110 1001000 100100 11100

Color Harmonies of #58622E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58622E

Black with #58622E

Text Example


Text Example

White with #58622E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,98,46); }

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

background-color css

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

 a { background-color: rgb(88,98,46); }

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

border-color css

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

 span { border-color: rgb(88,98,46); }

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