Html Css Color HEX #5F622F Saratoga

📋 copy color: '#5F622F'

red 95 ◦ green 98 ◦ blue 47

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

Shades of Saratoga #5F622F

Tints of Saratoga #5F622F

RGB

 RED value IS 95 (37.5% from 255) = 39.58%

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

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

R = 39.58%
G = 40.83%
B = 19.58%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.52

 K value IS 0.62

RGB Variations

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

Color information

#5F622F (or 0x5F622F) is known color: Saratoga. HEX triplet: 5F, 62 and 2F. RGB value is (95,98,47). Sum of RGB (Red+Green+Blue) = 95+98+47=240 (31% of max value = 765). Red value is 95 (37.5% from 255 or 39.58% from 240); Green value is 98 (38.67% from 255 or 40.83% from 240); Blue value is 47 (18.75% from 255 or 19.58% from 240); Max value from RGB is 98 - color contains mainly: green. Hex color #5F622F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F622F is #A09DD0. Grayscale: #5B5B5B. Windows color (decimal): -10526161 or 3105375. OLE color: 3105375.

HSL color Cylindrical-coordinate representation of color #5F622F: hue angle of 63.53º 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 #5F622F is Cyan = 0.03, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.62.

Color convert

RGB 95 98 47 -
CMYK 0.03 0 0.52 0.62
HSL 63.53º 0.35% 0.28% -
HSV(B) 63.53º 0.52% 0.38% -
XYZ 9.6 11.37 4.38 -
YUV 91.29 103.01 130.65 -
System Red Green Blue C M Y K H S L
Decimal 95 98 47 0.03 0 0.52 0.62 63.53 0.35 0.28
Hex 5F 62 2F 3 0 34 3E 40 23 1C
Octal 137 142 57 3 0 64 76 100 43 34
Binary 1011111 1100010 101111 11 0 110100 111110 1000000 100011 11100

Color Harmonies of #5F622F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F622F

Black with #5F622F

Text Example


Text Example

White with #5F622F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5F622F; }

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

 H1.HeaderClassName
 {
   color: #5F622F;
 }
 .AnyTagClassName
 {
   color: #5F622F;
 }
</style>

background-color css

<style>
 a { background-color: #5F622F; }

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

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

border-color css

<style>
 span { border-color: #5F622F; }

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

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