Html Css Color HEX #5E612F Saratoga

📋 copy color: '#5E612F'

red 94 ◦ green 97 ◦ blue 47

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

Shades of Saratoga #5E612F

Tints of Saratoga #5E612F

RGB

 RED value IS 94 (37.11% from 255) = 39.5%

 GREEN value IS 97 (38.28% from 255) = 40.76%

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

R = 39.5%
G = 40.76%
B = 19.75%

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

#5E612F (or 0x5E612F) is known color: Saratoga. HEX triplet: 5E, 61 and 2F. RGB value is (94,97,47). Sum of RGB (Red+Green+Blue) = 94+97+47=238 (31% of max value = 765). Red value is 94 (37.11% from 255 or 39.50% from 238); Green value is 97 (38.28% from 255 or 40.76% from 238); Blue value is 47 (18.75% from 255 or 19.75% from 238); Max value from RGB is 97 - color contains mainly: green. Hex color #5E612F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E612F is #A19ED0. Grayscale: #5A5A5A. Windows color (decimal): -10591953 or 3105118. OLE color: 3105118.

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

Color convert

RGB 94 97 47 -
CMYK 0.03 0 0.52 0.62
HSL 63.6º 0.35% 0.28% -
HSV(B) 63.6º 0.52% 0.38% -
XYZ 9.4 11.13 4.34 -
YUV 90.4 103.51 130.57 -
System Red Green Blue C M Y K H S L
Decimal 94 97 47 0.03 0 0.52 0.62 63.6 0.35 0.28
Hex 5E 61 2F 3 0 34 3E 40 23 1C
Octal 136 141 57 3 0 64 76 100 43 34
Binary 1011110 1100001 101111 11 0 110100 111110 1000000 100011 11100

Color Harmonies of #5E612F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E612F

Black with #5E612F

Text Example


Text Example

White with #5E612F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,97,47); }

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

background-color css

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

 a { background-color: rgb(94,97,47); }

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

border-color css

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

 span { border-color: rgb(94,97,47); }

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