Html Css Color HEX #5E612C Saratoga

📋 copy color: '#5E612C'

red 94 ◦ green 97 ◦ blue 44

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

Shades of Saratoga #5E612C

Tints of Saratoga #5E612C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 18.72%

R = 40%
G = 41.28%
B = 18.72%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.55

 K value IS 0.62

RGB Variations

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

Color information

#5E612C (or 0x5E612C) is known color: Saratoga. HEX triplet: 5E, 61 and 2C. RGB value is (94,97,44). Sum of RGB (Red+Green+Blue) = 94+97+44=235 (31% of max value = 765). Red value is 94 (37.11% from 255 or 40% from 235); Green value is 97 (38.28% from 255 or 41.28% from 235); Blue value is 44 (17.58% from 255 or 18.72% from 235); Max value from RGB is 97 - color contains mainly: green. Hex color #5E612C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E612C is #A19ED3. Grayscale: #5A5A5A. Windows color (decimal): -10591956 or 2908510. OLE color: 2908510.

HSL color Cylindrical-coordinate representation of color #5E612C: hue angle of 63.4º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5E612C is Cyan = 0.03, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.62.

Color convert

RGB 94 97 44 -
CMYK 0.03 0 0.55 0.62
HSL 63.4º 0.38% 0.28% -
HSV(B) 63.4º 0.55% 0.38% -
XYZ 9.35 11.11 4.03 -
YUV 90.06 102.01 130.81 -
System Red Green Blue C M Y K H S L
Decimal 94 97 44 0.03 0 0.55 0.62 63.4 0.38 0.28
Hex 5E 61 2C 3 0 37 3E 3F 26 1C
Octal 136 141 54 3 0 67 76 77 46 34
Binary 1011110 1100001 101100 11 0 110111 111110 111111 100110 11100

Color Harmonies of #5E612C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E612C

Black with #5E612C

Text Example


Text Example

White with #5E612C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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