Html Css Color HEX #58622F Saratoga

📋 copy color: '#58622F'

red 88 ◦ green 98 ◦ blue 47

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

Shades of Saratoga #58622F

Tints of Saratoga #58622F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 20.17%

R = 37.77%
G = 42.06%
B = 20.17%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.52

 K value IS 0.62

RGB Variations

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

Color information

#58622F (or 0x58622F) is known color: Saratoga. HEX triplet: 58, 62 and 2F. RGB value is (88,98,47). Sum of RGB (Red+Green+Blue) = 88+98+47=233 (30% of max value = 765). Red value is 88 (34.77% from 255 or 37.77% from 233); Green value is 98 (38.67% from 255 or 42.06% from 233); Blue value is 47 (18.75% from 255 or 20.17% from 233); Max value from RGB is 98 - color contains mainly: green. Hex color #58622F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58622F is #A79DD0. Grayscale: #595959. Windows color (decimal): -10984913 or 3105368. OLE color: 3105368.

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

Color convert

RGB 88 98 47 -
CMYK 0.10 0 0.52 0.62
HSL 71.76º 0.35% 0.28% -
HSV(B) 71.76º 0.52% 0.38% -
XYZ 8.91 11.02 4.35 -
YUV 89.2 104.19 127.15 -
System Red Green Blue C M Y K H S L
Decimal 88 98 47 0.10 0 0.52 0.62 71.76 0.35 0.28
Hex 58 62 2F A 0 34 3E 48 23 1C
Octal 130 142 57 12 0 64 76 110 43 34
Binary 1011000 1100010 101111 1010 0 110100 111110 1001000 100011 11100

Color Harmonies of #58622F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58622F

Black with #58622F

Text Example


Text Example

White with #58622F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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